body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background-color: #fafafa;
}

.nigthMode {
  filter: invert(100%) hue-rotate(180deg);
}
body,
html {
  height: 100%;
}
label {
  margin-bottom: 0.1rem;
  width: 100%;
}
.ui-datepicker {
  z-index: 9999 !important;
}
@-webkit-keyframes pulsating {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} /* Safari and Chrome */

@keyframes pulsating {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4 {
  padding-left: 0px;
  font-weight: 300;
}
h2 {
  line-height: 34px;
}

h3 {
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 3px;
}

h5 {
  line-height: 1.1rem;
  margin-bottom: 1px;
  margin-top: 1px;
  font-weight: 600;
}

h6 {
  line-height: 1rem;
  margin-bottom: 2px;
  margin-top: 2px;
  font-weight: 600;
  font-size: 0.9rem;
}

a {
  color: #333;
}
a:hover {
  color: #c50000;
  text-decoration: none;
}
#background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/carbon2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;

  padding: 20px;
  padding-top: 70px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.login_content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 2;
}
#logged_in {
  float: right;
  margin-right: 2px;
  background-size: cover;
  opacity: 0.7;
}

#logged_in:hover {
  opacity: 1;
}
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  background-color: #ff161f;
  background-image: inherit;
  color: #fff;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.login_error {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.login_avatar {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: cover;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}

.login_text {
  min-height: 150px;
  text-align: center;
}

#panel_container {
  position: absolute;
  z-index: 11;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

.username_fix {
  position: absolute;
  color: #fff;
  left: 250px;
  line-height: 41px;
  font-size: 16px;
  font-weight: 600;
}

#menu {
  position: fixed;
  z-index: 299;
  width: 360px;
  right: -480px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  /*background-image: url(../images/menu_back.png); */
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  height: 100%;
  overflow: auto;
}

#menu .icon,
#menu .iconb {
  color: #000 !important;
}
#menu.opened {
  right: 0px;
}

.menu_cont_user {
  display: block;
  width: 100%;
  position: relative;
  top: 0px;
  background-color: #474749;
  height: 100px;
  color: #333;
  text-align: center;
  position: sticky;
  z-index: 9999;
}
.menu_cont_user_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-left: 20px;
}

.menu_avatar {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  background-size: cover;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.menu_avatar.medium {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}
.menu_avatar.medium .subicon {
  top: 4px;
  left: 18px;
}

.menu_username {
  padding-left: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
}
.menu_user_sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.menu_elements {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 45px 20px;
  text-align: center;
  color: #000;
  font-size: 18px;
}
.menu_elements a {
  color: #000;
}
.menu_bottom {
  position: sticky;
  bottom: -12px;
  height: 47px;
  text-align: right;
  padding: 5px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  width: 100%;
}
.moodal {
  position: fixed;
  margin: 0px;
  padding: 20px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: 50px solid #323234;

  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: 333;

  box-sizing: border-box;
  transition: 0.5s ease-out;
}
.modal_spegni {
  position: absolute !important;
  top: 0px;
  right: 0px;
  background-image: url(../images/icons_48_black.png) !important;
  opacity: 0.9 !important;
}

.moodal .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 46px;
  left: 5px;
  right: 5px;
  bottom: 15px;
  position: fixed;
  background-color: #fff;
  border: 1px solid #999;
}
.moodal .title {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 36px;
  height: 48px;
  line-height: 48px;
  background-color: #f6f6f6;
}

.moodal .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* height: 100%; */
  overflow: scroll;
  overflow-x: hidden;
  margin: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  max-height: calc(100vh - 142px);

  /*
	background-color: #ffff00;
	overflow-y: scroll;
	padding: 5px;
	width: 100%;
	*/
}

.moodal_scroller {
  display: block;
  width: 100%;
  overflow: auto !important;
}

.moodal .text:after {
  content: " ";
  display: block;
  height: 100px;
}
.moodal .small_text {
  font-size: 14px;
  line-height: 16px;
}
.modal_bottom_spacer {
  display: block;
  width: 100%;
  height: 1px;
}
.moodal .buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  position: absolute;
  bottom: 0px;
  height: 50px;
  text-align: center;
  background-color: #fff;
}

.main_logo {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999999;
}
#toolbar {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 298;
  width: 100%;
  background-color: #323234;
  height: 50px;
  color: #333;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.quantity {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  background: #ffde16;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  overflow: hidden;
}

.label_marign45 > .quantity {
  right: -3px;
  top: -3px;
}
.icons > .quantity {
  top: 12px;
  left: 28px;
}

.icon.small .icon_text .quantity,
.iconb.small .icon_text .quantity {
  right: -12px;
}

.button > .quantity {
  top: 10px;
  right: -6px;
}
.button.small > .quantity {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.subicon {
  top: -12px;
  right: -12px;
  position: relative;
  background-color: #ff161f;
  color: #fff;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  text-align: center;
  background-image: url(../images/icons_48.png) !important;
}
/*
.small > .quantity{
	top: 12px;
	left: 16px;
	min-width: 22px;
	width: min-content;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0px 5px;
	
}

.subicon{
	display: inline-block;
	position: relative;
	top: -4px;
	left: 16px;
	min-width: 28px;
	height: 28px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	text-align: center;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;      
	background-image: url(../images/icons_48.png);
	background-size: 640px 160px;
	background-color: #ff161f;
}
*/

.subicon.corner_tl {
  left: -8px;
}
.subicon.corner_bl {
  top: 22px;
  left: -8px;
}
.subicon.corner_br {
  top: 22px;
}
.small .subicon,
.micro {
  top: -10px;
  right: -12px;
  width: 16px;
  height: 16px;
  background-size: 320px 80px;
  line-height: 16px;
  font-size: 12px;
  padding-top: 0px;
  vertical-align: text-bottom;
  overflow: hidden;
}

.pulsating {
  animation: pulsating 2s infinite alternate;
  -webkit-animation: pulsating 2s infinite alternate;
}
.little_box_wrapper {
  position: relative;
  width: 0px;
  height: 0px;
  display: inline;
  display: inline-block;
}
.little_box {
  position: absolute;
  z-index: 99;
}
.little_box_inner {
  display: block;
  color: #333;
  overflow: auto;
  max-height: 360px;
  width: 400px;
  background-color: #fff;
  margin: 5px 0px;
  border: 1px solid #ddd;
  padding: 3px 5px 6px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.little_arrow {
  border: solid;
  border-color: #fff transparent;
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
}
.little_arrow.top {
  border-width: 0px 12px 12px 12px;
}
.little_arrow.bottom {
  border-width: 12px 12px 0 12px;
}

.little_box_buttons {
  position: absolute;
  z-index: 99;
  top: -16px;
  right: -16px;
}

.table_container {
  display: block;
  width: 100%;
  overflow: auto;
}
.lists {
  width: 100%;
  font-size: 14px;
  position: relative;
}
.lists th {
  text-align: left;
  font-weight: 600;
  margin-bottom: 2px;
  background: #007bff;
  color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 2;
}
.lists th,
.nowrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal !important;
  vertical-align: top !important;
}

.min100 {
  min-width: 102px;
}
.max40 {
  max-width: 52px;
  overflow: hidden;
  min-width: 50px;
}
.max60 {
  max-width: 72px;
  overflow: hidden;
  min-width: 70px;
}
.max100 {
  max-width: 98px;
  overflow: hidden;
  min-width: 90px;
}
.max100:hover {
  overflow: auto;
  width: auto;
  z-index: 999;
  position: relative;
}
.minmax200 {
  min-width: 80px;
  width: 15% !important;
  max-width: 180px;
}
.minmax300 {
  min-width: 110px;
  width: 25% !important;
  max-width: 340px;
}
.lists td.right,
.lists th.right {
  text-align: right;
}

.lists td.left,
.lists th.left {
  text-align: left;
}

.lists td,
.lists th {
  padding: 2px;
  padding-left: 4px;
  width: auto;
  /* height: 45px; */
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  vertical-align: top;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.lists th:first-child {
  border-top-left-radius: 4px;
}
.lists th:last-child {
  border-top-right-radius: 4px;
}
.lists tr:nth-child(odd) {
  background: #fefefe;
}
.lists tr:nth-child(odd):hover {
  background: #e2f2f3;
}

.lists tr:nth-child(even) {
  background: #e0efff;
}
.lists tr:nth-child(even):hover {
  background: #e2f2f3;
}
.lists tr th:last-child,
.lists tr td:last-child {
  white-space: nowrap;
}
/*
.lists tr:hover td:last-child{
	position: absolute;
	right: 64px;
}
*/
.lists tr.warning:nth-child(odd),
.lists tr:nth-child(odd) td.warning {
  background-color: #df8089;
  color: #fff;
}
.lists tr.warning:nth-child(even),
.lists tr:nth-child(even) td.warning {
  background-color: #bf6a72;
  color: #fff;
}
.lists tr.warning:hover,
.lists td.warning:hover,
.lists tr:nth-child(odd):hover td.warning,
.lists tr:nth-child(even):hover td.warning {
  background-color: #f9e5e5;
  color: #333;
}

.lists tr.success:nth-child(odd),
.lists tr:nth-child(odd) td.success {
  background-color: #dff0d8;
  background-color: #00b772;
  color: #fff;
}
.lists tr.success:nth-child(even),
.lists tr:nth-child(even) td.success {
  background-color: #00ca80;
  color: #fff;
}
.lists tr.success:hover,
.lists td.success:hover,
.lists tr:nth-child(odd):hover td.success,
.lists tr:nth-child(even):hover td.success {
  background-color: #ecf7e8;
  color: #333;
}

.lists tr.alert,
.lists td.alert {
  background-color: #fbd335;
  border-radius: 0px;
}
.lists tr.alert:hover,
.lists td.alert:hover,
.lists tr:hover .alert {
  background-color: #fbd335;
}

.lists tr.alerts,
.lists td.alerts {
  background-color: #fbd335;
}
.lists tr.alerts:hover,
.lists td.alerts:hover,
.lists tr:hover .alerts {
  background-color: #fbd335;
}

.lists tr.gray:nth-child(odd),
.lists tr:nth-child(odd) td.gray {
  background-color: #343a40;
}
.lists tr.gray:nth-child(even),
.lists tr:nth-child(even) td.gray {
  background-color: #32383e;
}
.lists tr.gray:hover,
.lists td.gray:hover,
.lists tr:nth-child(odd):hover td.gray,
.lists tr:nth-child(even):hover td.gray {
  background-color: #475360;
}

.lists tr.violet:nth-child(odd),
.lists tr:nth-child(odd) td.violet {
  background-color: #9f7ec6;
}
.lists tr.violet:nth-child(even),
.lists tr:nth-child(even) td.violet {
  background-color: #917ec6;
}
.lists tr.violet:hover,
.lists td.violet:hover,
.lists tr:nth-child(odd):hover td.violet,
.lists tr:nth-child(even):hover td.violet {
  background-color: #9d8ae1;
}
.lists tr.blue:nth-child(odd),
.lists tr:nth-child(odd) td.blue {
  background-color: #6da5e1;
}
.lists tr.blue:nth-child(even),
.lists tr:nth-child(even) td.blue {
  background-color: #5295dd;
}
.lists tr.blue:hover,
.lists td.blue:hover,
.lists tr:nth-child(odd):hover td.blue,
.lists tr:nth-child(even):hover td.blue {
  background-color: #a5c6ea;
}
.lists tr.subheader,
.lists td.subheader {
  background-color: #b8d5f4;
}
.lists tr.title-blue,
.lists td.title-blue {
  background-color: #007bff;
}
.lists tr.title-blue:hover,
.lists td.title-blue:hover {
  background-color: #3b9aff;
}
.lists tr.totals {
  font-size: 16px;
  font-weight: bold;
}

.lists tr.totals td:not(:first-child) {
  text-align: right;
}

.table_fixed_header {
  top: 50px;
  position: absolute;

  table-layout: fixed;
  border: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.tool_btn {
  display: block;
  float: right;
  margin-top: 0px;
  width: 48px;
  height: 48px;
  background-image: url(../images/icons_48.png) !important;
  background-size: 960px 240px;
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.tool_btn .quantity {
  position: relative;
  top: 21px !important;
  right: 8px !important;
  border: 2px solid #323234;
}

.panel_buttons .quantity {
  position: relative;
  top: 12px;
  right: 12px;
  border: 2px solid #474749;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.icon,
.iconb {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 48px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
  color: #888;
  line-height: 48px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  white-space: nowrap;
}

.icon:hover,
.iconb:hover {
  background-color: #ffd427;
  color: #333;
}

.icon:hover > .icons,
.iconb:hover > .icons {
  background-color: #ffd427;
  color: #333;
  background-image: url(../images/icons_48_black.png);
}
.icon > .icons,
.iconb > .icons {
  display: block;
  float: left;
  margin-right: 5px;
}

.icon_text {
  overflow: hidden;
  max-width: 250px;
  /* display: inline-block; */
  text-overflow: ellipsis;
  display: inline-block;
  padding-right: 10px;
  width: 80%;
}

.icon .more,
.iconb .more {
  font-size: 14px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.icon:hover .more,
.iconb:hover .more {
  display: block;
  position: absolute;
  bottom: -44px;
  background-color: #ef0000;
  color: #fff;
  height: 48px;
  overflow: hidden;
  z-index: 2;
}

.icon.small,
.iconb.small {
  margin-left: 0px;
  width: 168px;
  height: 32px;
  font-size: 16px;
  padding: 0px;
  line-height: 32px;
}

.icon.medium,
.iconb.medium {
  width: 168px;
}

.icons,
.big_icons {
  display: inline-block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  text-align: center;
  background-image: url(../images/icons_48_black.png);
  background-size: 960px 240px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;

  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
.rotate45 {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
}

.big_icons {
  width: 96px;
  height: 96px;
  background-size: 1920px 192px;
}
.text_button {
  display: inline-block;
  cursor: pointer;
  min-width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  background-color: #ff161f;
  margin-right: 1px;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.button,
.subicon {
  display: inline-block;
  width: 48px;
  height: 48px;

  background-image: url(../images/icons_48_black.png);
  background-size: 960px 240px;
  color: #333;
  cursor: pointer;
  border-radius: 24px;

  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  /* line-height: 48px; */
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  /* background-color: #ff161f; */
  margin-right: 1px;
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  position: relative;
}

.button.small,
.subicon {
  font-size: 12px;
}
.button_text {
  font-size: 0px;
  overflow: hidden;
  width: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.button:hover .button_text {
  display: block;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  width: 200px;
  height: 48px;
  background-color: #5a5a5c;
  position: relative;
  left: -196px;
  padding-left: 3px;
  padding-top: 0px;
  margin-top: -18px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.white {
  background-color: #fff;
}
/*Sezione Icone */
.default_avatar,
.avatar,
.icon_image {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: cover;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.big_avatar,
.big_image {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: cover;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}

.big_avatar > .button,
.big_image > .button {
  display: none;
}
.big_avatar .quantity,
.big_image .quantity {
  right: -10px;
  top: 4px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  font-size: 14px;
}

.big_avatar:hover > .button,
.big_image:hover > .button,
.big_image_cont_touch .button {
  display: block;
  float: right;
}

.big_image_outer {
  display: inline-block;
}
.big_image_info {
  display: none;
  overflow: hidden;
  width: 132px;
}

.big_image_placeholder {
  width: 132px;
  height: 132px;
  display: none;
  background-color: #ff0000;
}
.big_image_container {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.big_image_container:hover .big_image_outer,
.big_image_cont_touch .big_image_outer {
  position: absolute;
  margin-top: -30px;
  /*margin-left: -34px;*/
  /*
	top: 45px;
	*/
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.border_green {
  box-shadow: inset 0 0 25px #389c3f;
}
.border_green:hover {
  box-shadow: 0 0 0 0 #389c3f;
}

.float_hover {
  position: absolute;
  left: 32px;
}
.small.avatar,
.small.default_avatar {
  width: 32px;
  height: 32px;
  background-size: cover !important;
  border-radius: 16px;
}

.default_avatar {
  background-image: url(../images/avatar.png);
}

/* VECCHIA GESTIONE FOTO */
.nic_container {
  display: inline-block;
  margin: 2px;
  position: relative;
  width: 132px;
  height: 100px;
  cursor: pointer; /* hack per quella chiavica di ios */
}
.nic_container.small {
  width: 48px;
  height: 48px;
}

.nic_buttons {
  display: none;
}
.nic_info {
  overflow: hidden;
  width: 100%;
  max-height: 32px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.8) 9%,
    rgba(255, 255, 255, 0) 100%
  );
  color: #333;
  padding-top: 4px;
  text-overflow: ellipsis;
}
.nic_image {
  width: 132px;
  height: 100px;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../images/no_file.png);
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nic_container.small .nic_image {
  width: 48px;
  height: 48px;
}

.nic_placeholder {
  display: none;
}
.nic_message {
  display: block;
  float: right;
  position: relative;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons_48.png);
  background-size: 480px 120px;
  background-position: -240px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #c50000;
  border: 1px solid #fff;
}
/* hovering */
.nic_container:hover .nic_image,
.nic_container.nic_fix .nic_image {
  width: 200px;
  height: 180px;
}
.nic_container:hover .nic_big_block,
.nic_container.nic_fix .nic_big_block {
  position: absolute;
  margin-top: -30px;
  /*
	top: 45px;
	*/
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.nic_container:hover .nic_buttons,
.nic_container.nic_fix .nic_buttons {
  display: inherit;
  position: absolute;
  right: 4px;
  top: 5px;
}
.nic_container:hover .nic_info,
.nic_container.nic_fix .nic_info {
  display: inherit;
  max-height: inherit;
  height: inherit;
  position: initial;
}
.nic_buttons .button {
  background-color: rgba(255, 255, 255, 0.3);
}
.drag-drop-upload-area {
  width: 100%;
  min-height: 64px;
  border: 2px solid #fff;
  border-radius: 6px;
  position: relative;
}
.drag-drop-upload-area.highlight {
  border: 2px dotted #333;
}

/* NUOVA GESTIONE FOTO */
.img_container {
  display: inline-block;
  width: 160px;
  height: 148px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  margin: 5px;
  position: relative;
  cursor: pointer;
}
.img_btn {
  display: none;
}
.img_content {
  display: block;
  width: 160px;
  height: 148px;
  border: 5px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center;
  background-image: url(../images/no_file.png);
}
.img_extra {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
}

.close_image_zoom {
  position: absolute;
  left: 0px;
}
.photo_zoom {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  z-index: 99999997;
  background-position: center center;
  background-image: url(../images/spinner.svg);
  background-size: 160px 160px;
  background-repeat: no-repeat;
}
.photo_zoom_content {
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0px;
  left: 0px;
  z-index: 99999998;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.photo_zoom_btn {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 50px;
  top: 0px;
  right: 0px;
  text-align: right;
  background-color: #fff;
}
/* fine nuova gestione foto */

form {
  margin-top: 2px;
  width: 100%;
}

.button.small,
.icon.small > .icons,
.iconb.small > .icons,
.btn > .icons {
  width: 32px;
  height: 32px;
  background-size: 640px 160px;
  line-height: 32px;
}

.btn > .icons {
  /* margin-top: 2px; */
  margin-right: 5px;
}

.button.micro,
.subicon.micro {
  width: 24px;
  height: 24px;
  background-size: 480px 120px;
  line-height: 24px;
}
.subicon.small {
  width: 24px;
  height: 24px;
  background-size: 480px 120px;
  line-height: 24px;
  top: -14px;
  right: -12px;
}
/*
.small{
	width: 32px;
	height: 32px;
	background-size: 640px 160px;
	line-height: 32px;
	font-size: 14px;
}
.micro{
	width: 16px;
	height: 16px;
	background-size: 320px 80px;
}
*/

.btn_text {
  width: auto;
  min-width: 32px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  overflow: visible;
  font-size: 14px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
/* icone half height */

.xsmall {
  width: 24px;
  height: 24px;
  background-size: 480px 120px;
}

.micro.accept {
  background-position: -272px -16px;
}
.micro.not_checked {
  background-position: -288px -16px;
}

.big {
  width: 64px;
  height: 64px;
  background-size: 1280px 128px;
}
.icon.big {
  width: 340px;
}

.tags {
  display: inline-block;
  cursor: pointer;
  color: #333;
  height: 32px;
  min-width: 140px;
  background-color: #d6d9db;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-right: 2px;
  margin-bottom: 10px;
  padding: 0px 4px 0px 1px;
}

.tags .button {
  border: 0px;
  background-image: url(../images/icons_48.png);
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  vertical-align: middle;
  margin: 0px;
  margin-right: 4px;
}
.small_tag {
  display: inline-block;
  width: 12px;
  height: 14px;
  padding: 0px;
  margin: 0px;
  border-radius: 12px;
  color: #fff;
  position: relative;
}
.small_tag:hover {
  height: 18px;
}
.small_tag span {
  display: none;
}
.small_tag:hover span {
  display: block;
  width: auto;
  min-width: 140px;
  padding: 0px 5px;
  position: absolute;
  background-color: #333;
  top: -28px;
  border-radius: 12px;
  padding: 0px 5px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
/*
.small_tag:hover::before{
	content: ' ';
	width: 24px;
	display: inline-block;
	height: 24px;
}
*/
.small_tag.status {
  height: 10px;
}
.small_tag.status::before {
  height: 10px;
  width: 0px;
  display: inline;
}
.small_tag.red {
  background-color: #dc3545;
}
.small_tag.yellow {
  background-color: #ffde16;
}
.small_tag.green {
  background-color: #5aa03d;
}

#alerts {
  float: right;
  margin-right: 2px;
  background-position: -288px 0px;
}
#messages {
  float: right;
  margin-right: 2px;
  background-position: -48px 0px;
}
#logged_in {
  float: right;
  margin-right: 2px;
  background-size: cover;
  opacity: 0.7;
}
#logged_in:hover {
  opacity: 1;
}
.text {
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  font-weight: 300;
  font-size: 18px;
  text-align: center !important;
}

.btn_group {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.gt_tips {
  display: block;
  position: fixed;
  z-index: 9999;
  top: -36px;
  max-width: 300px;
  height: auto;
  white-space: normal;
  padding: 8px;
  font-size: 14px;
  text-align: left;

  color: #333;
  background-color: #fff;
  border-left: 1px solid #c50000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mappe_big {
  width: 100%;
  height: 500px;
  background-color: #b7d7f2;
  margin: 0px auto;
  padding: 0px;
}

.mappe_small {
  width: 100%;
  height: 300px;
  background-color: #b7d7f2;
  margin: 0px auto;
  padding: 0px;
}
.mappe_big img,
.mappe_small img {
  max-width: inherit;
}

.live_hidden,
.hidden {
  display: none !important;
  width: 100%;
}

/*
.panels{
	width: 100%;
	min-height: 100%;
	height: auto;
	overflow: scroll;
	background-color: #fff;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
  -webkit-transition: 0.3s ease-out;
     -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
       -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
			 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	padding-top: 65px;
}
*/

.panels {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
}
.panels .wrapper {
  /* margin-top: 70px; */
  height: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
/*
.panels h2{
	padding-left: 20px;
	font-weight: 300;
}
*/

.panels .text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-top: 10px;
  min-height: 100%;
  display: absolute;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.panels .text_full {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.panels .panel_buttons {
  top: 50px;
  left: 0px;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
  width: 100%;
  background-color: #474749;
  height: 50px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.panels .panel_buttons .button {
  background-image: url(../images/icons_48.png);
  color: #fff;
}
.panels .panel_buttons .title {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 0px;
  line-height: 50px;
}
/* Nuova sezione dedicata alle opzioni di un pannello */
.upper_box {
  /* rimane nella posizione originale e non si muove */
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 8;
  height: 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* espansione dell'upper box per maggiori contentuti */
.upper_box.expand {
  height: 50%;
}

.under_box {
  position: fixed;
  bottom: 16px;
  left: 0px;
  height: 30px;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #666;
  background-color: rgba(33, 33, 37, 0.95);
  background-color: rgba(245, 246, 248, 0.95);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 30px;
  margin: 0px;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 2;
}
.under_box_updown {
  display: inline-block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #ff161f; */
  margin-left: -24px;
  background-image: url(../images/icons_48_black.png);
  background-size: 960px 240px;
  background-position: -624px -48px;
}
.under_box.fix {
  height: auto;
  max-height: 55%;
  overflow: auto;
}
.under_padding {
  padding-bottom: 500px;
}
.detail_box {
  display: none;
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100%;
  width: 50%;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.detail_box.horizontal {
  width: 100%;
  height: 50%;
}
.detail_box .text {
  overflow: scroll;
  height: 100%;
  padding-top: 130px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.detail_box::-webkit-scrollbar {
  display: none;
}
.detail_buttons {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0px;
  z-index: 2;
  color: #333;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* background-color: #5a5a5c; */
  /* background-color: #d76445; */
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.detail_buttons .button {
  background-image: url("../images/icons_48_black.png") !important;
  float: right;
}
.floating_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  padding: 10px;
  background: #f8f8f8;
  background-color: rgba(25, 25, 25, 0.4);
  min-height: 100px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.opened {
  display: inherit;
  right: 0px;
}
.opened.detail_left {
  left: 0px;
}

.opened.detail_bottom {
  top: 50%;
}
.opened.detail_bottom .text {
  padding-top: 20px;
}
.opened.detail_bottom .detail_buttons {
  top: -24px;
}

.opened.detail_full {
  width: 100%;
  height: 100%;
}
.pre_loading {
  position: fixed;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  background-color: #fff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}

.loading {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  margin-top: -80px;
  left: 50%;
  margin-left: -80px;
  background-image: url(../images/spinner.svg);
  background-size: 160px 160px;
  z-index: 999;
}
.mini_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  background-image: url(../images/spinner.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  line-height: 148px;
  color: #ff0000;
}
.loaded_none {
  background-image: url(../images/no_file.png);
  background-position: center center;
  background-size: cover;
}
.alert .icons {
  margin-top: -14px;
  margin-left: -15px;
}

.alert .icons.small {
  margin-top: -6px;
  margin-left: -14px;
}
.alert .alert-buttons {
  border-top: 1px solid rgba(250, 250, 250, 0.5);
  margin-top: 3px;
}

.alert .alert-buttons .icons {
  margin-left: 0px;
}
.alert h2 .icons {
  margin-top: -5px;
  margin-left: 0px;
}

.alert {
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 24px;
  padding-left: 18px;
}
.alert h2 {
  padding-left: 0px;
}

.msg_box {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 3px;
  margin-bottom: 3px;
  position: relative;
}

.to_read {
  border-left: 10px solid #333;
}

.msg_box h3 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
.msg_avatar {
  float: left;
}
.msg_txt {
  width: 330px;
  font-size: 14px;
  float: right;
}
.msg_box h6 {
  clear: both;
}
.msg_buttons {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 2;
}
.msg_out {
  background-color: #f5fff9;
}
.msg_out .msg_avatar {
  float: right;
}
.msg_out .msg_txt {
  float: left;
}
/* Sezione prenotazione */
.hour_box {
  width: 100%;
  min-height: 48px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
}
.hour_box h3 {
  float: left;
  margin: 0px;
  margin-right: 5px;
}

.charts {
  display: inline-block;
  width: 100%;
  height: 180px;
}
.firma_holder {
  width: 98%;
  margin: auto;
  height: 300px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.inline_flex_cont {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}
.inline_box.flex {
  height: auto;
  margin: 3px;
}
.inline_box {
  width: 32.5%;
  margin: 0px;
  display: inline;
  display: inline-block;
  height: 300px;
  /*
	background-color: #fff;
	border: 1px solid #ddd;
	*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 5px;
  padding-top: 2px;
  overflow: hidden;
  position: relative;
}
.inline_text {
  width: 32%;
  margin: 3px;
  display: inline;
  display: inline-block;
  height: 300px;
  background-color: #fff;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 5px;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}

.inline_box.half,
.inline_text.half,
.detail_box .inline_box,
.moodal .inline_box {
  width: 49%;
}
.inline_box.auto {
  min-height: 250px;
  height: auto;
  vertical-align: top;
}
.inline_box.long {
  height: 380px;
}
.inline_box.long2 {
  height: 460px;
}
.inline_box.long3 {
  height: 560px;
}
.inline_box.fullsize {
  width: 100%;
}
.inline_box.scroll {
  overflow: auto;
}
.inline_box.error {
  background-color: #e5d1cd;
}
.inline_box.expand {
  width: 100%;
  height: auto;
  min-height: 64px;
  overflow: auto;
}
.detail_box .inline_box.fullsize {
  width: 100%;
  height: 200px;
  overflow: auto;
}

.text_error {
  font-weight: bold;
  color: #b51717;
}
.text_alert {
  font-weight: bold;
  color: #c77036;
}
.text_big_error,
.text_big_ok,
.text_big_alert,
.text_big_info,
.text_big_white {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #ea1515;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 8px;
}
.text_big_ok {
  background-color: #00b772;
}
.text_big_alert {
  color: #333;
  background-color: #ffde16;
}
.text_big_info {
  background-color: #007bff;
}
.text_big_white {
  color: #007bff;
  background-color: #fff;
}
.not-sel {
  cursor: pointer;
  user-select: none;
}

.new_form_error {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin-left: -37.5%;
  min-height: 70px;
  width: 75%;
  /* background-color: #fff; */
  box-sizing: border-box;
  transform: translateY(-50%);
}
.new_form_error_close {
  position: absolute;
  right: -12px;
  top: -6px;
}
.iframe_domus {
  display: block;
  width: 1010px;
  height: 680px;
  margin: 0px auto;
  border: 1px solid #dddddd;
}
.list_box_cont {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 100%;
  margin: 0px;
}

.list_box {
  position: relative;
  width: 49%;
  /*
	max-width: 530px;
	min-width: 350px;
	*/
  height: auto;
  padding: 2px;
  margin: 2px;
  margin-bottom: 6px;

  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-grow: 1;
  overflow-x: auto;
}
.list_box.fullsize {
  width: 60%;
  max-width: 100%;
  min-width: 60%;
  flex-grow: 2;
}

.list_box.closed {
  max-height: 300px;
  overflow-y: hidden;
}

.list_box_button {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icons_48_black.png);
  background-size: 640px 160px;
  overflow: hidden;
  opacity: 0.6;
  position: absolute;
  right: 2px;
  top: 2px;
}

.list_box_button:hover {
  opacity: 1;
}

.list_box_button.close {
  background-position: -128px 0px;
}

.list_box_button.open {
  background-position: -544px 0px;
}

/* Gestione NOTE */
.box_note {
  position: relative;
  height: auto;
  padding: 2px;

  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: auto;

  width: 100%;
  padding: 2px;
  padding-bottom: 4px;
  margin: 0px;
  margin-bottom: 3px;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.box_note.closed {
  height: 45px;
  overflow-y: hidden;
}

.box_note h5 {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
}
.nota_removed {
  background-color: #eeeeee;
}

.box_note.nota_not_accepted {
  background-color: #f2dede;
  color: #b94a48;
}
.box_note.nota_accepted {
  background-color: #dff0d8;
  color: #468847;
}
.main_circle {
  width: 400px;
  height: 300px;
}
.circle_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.circle_main_cont {
  width: 400px;
}

progress {
  background-color: transparent !important;
  border: 0;
  width: calc(100% - 120px);
  height: 4px;
}
progress::-webkit-progress-bar {
  background-color: #f3f3f3;
}
progress::-webkit-progress-value {
  background: #cdeb8e;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}
progress::-moz-progress-bar {
  background: #cdeb8e;
}
.progress_bar_container {
  width: 100%;
}
.progress_bar_percent {
  font-size: 32px;
  display: inline-block;
  width: 120px;
  text-align: right;
}

.btn_calendar {
  opacity: 0.6;
  color: #fdfdfd !important;
  border: 2px solid #fff !important;
}
.btn_calendar.selected {
  opacity: 1;
  color: #fff !important;
  border: 2px solid #333 !important;
}

.calendar_select_user {
  width: 100%;
}

.calendar_block_view {
  color: #fff;
  width: 64px !important;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  text-align: center;
}
.calendar_table {
  table-layout: fixed;
}

.onlyNumberPlus {
  text-align: right;
}
.input_right {
  text-align: right;
}
.form-control {
  padding: 0px !important;
  padding-left: 2px !important;
}

.input-group-text.icon_help {
  padding: 0px;
}

input.form-control.big_input {
  height: 50px;
  padding: 0px 10px !important;
}

select[multiple] {
  height: 95px;
}
select {
  color: #000 !important;
}
input {
  color: #000 !important;
}
textarea {
  width: 100%;
  color: #000 !important;
}
@media (max-width: 480px) {
  #menu {
    width: 100%;
  }
  .icon,
  .iconb {
    width: 280px;
    font-size: 18px;
  }
  .little_box {
    width: 300px;
  }
  .msg_txt {
    width: 230px;
  }
  .panels {
    margin-left: 0px;
    width: 100%;
  }
  .panels h2 {
    padding-left: 5px;
    font-weight: 300;
  }
  .panels .text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .detail_left {
    display: none;
  }
  .detail_right {
    display: none;
  }
  #detail_container {
    margin-right: 0px;
  }

  .login_text {
    width: 85%;
    font-size: 14px;
  }
  .login_text h2 {
    font-size: 20px;
  }

  .inline_box {
    width: 100%;
  }
  .inline_box.fullsize {
    width: 100%;
  }
  .lists td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
  }

  .username_fix {
    visibility: hidden;
  }
}

@media (max-width: 800px) {
  .inline_box {
    width: 100%;
  }
  .inline_box.fullsize {
    width: 100%;
  }
  .inline_box.half {
    width: 100%;
  }
  .list_box {
    width: 100%;
  }

  .panels .panel_buttons .title {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 5px;
  }
}

@media (max-width: 1024px) {
  .inline_box {
    width: 100%;
  }
  .inline_box.fullsize {
    width: 100%;
  }
  .inline_box.half {
    width: 100%;
  }
  .list_box {
    width: 100%;
  }

  .detail_box {
    width: 100%;
    z-index: 99999 !important;
  }

  .detail_buttons {
    top: 50px;
    height: 50px;
    background-color: #474749;
    color: #fff;
  }

  .detail_buttons .button {
    background-image: url("../images/icons_48.png") !important;
  }
}

@media (max-height: 480px) {
}

@media (max-width: 1280px) {
  #background {
    background-image: url("../images/carbon2_low.jpg");
  }
  .bigger_image:hover,
  .bigger_touch {
    width: 164px;
    height: 164px;
  }

  .detail_box .inline_box,
  .moodal .inline_box {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .list_box {
    width: 32%;
  }

  .box_note {
    width: 100%;
  }
}

.pulltorefresh {
  overflow: auto;
  overscroll-behavior: contain;
  height: 300px;
}

.form_ajax_error {
  color: #c50000;
}

.input-group-text {
  background-color: #fff;
  color: #000;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 0px;
}

.input-group-append > .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.false_input {
  font-size: 16px;
  color: #999;
  background: #fff;
  border: 1px solid #d2d9e0;
  height: 38px;
  padding: 0px 2px;
  border-bottom: 1px solid #c3cdd3;
  transition: all 500ms ease;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}

.false_input.blocked {
  background-color: #e9ecef;
}

.btn.fullsize {
  width: 100%;
  margin-bottom: 4px;
}

.inline_btn {
  margin-bottom: 4px;
}
.ui-autocomplete {
  z-index: 99999 !important;
}

.stream_progress_header {
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  display: block;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding-bottom: 10px;
}

body.dark {
  filter: invert(0.8) hue-rotate(180deg);
}

.pagination {
  padding-top: 5px;
}

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
  border: 1px solid #ced4da !important;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0px !important;
  padding-left: 2px !important;
}

button {
  background: transparent;
  border: 0px;
  font-size: 100%;
  cursor: pointer;
}

#toaster-area {
  position: absolute;
  z-index: 9999999;
  bottom: 35px;
  left: calc(50% - 200px);
}

#toaster-area .toast {
  width: 400px;
  backdrop-filter: blur(4px);
}

input[type="file"] {
  border-radius: 12px;
}

input[type="file"]::file-selector-button {
  margin: 2px 10px 4px 2px;
  border: none;
  background: #084cdf;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  display: inline-block;
}

input[type="file"]::file-selector-button:hover {
  background: #0d45a5;
}

#watermark_logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/* personalizzazioni cromatiche fisse 
.small > .quantity, .subicon, .small > .subicon, 
.icons, .big_icons, .text_button, .button{
	background-color: #ed1c24;
}*/
._red {
  color: #ed1c24;
}
._green {
  color: #66c09d;
}
._yellow {
  color: #ffde16;
}

.tool_btn:hover {
  background-color: #ed1c24;
}
.padtop65 {
  padding-top: 65px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.main-login {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  background: linear-gradient(45deg, #4b6cb7 0%, #182848 100%);
  background: linear-gradient(45deg, #bcc5ce 0%, #929ead 98%),
    radial-gradient(
      at top left,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%
    );
  background-blend-mode: screen;
  margin: 0;
}

.card-login {
  height: clamp(300px, 50vh, 500px);
  width: clamp(300px, 50vw, 500px);
}

.card-login-block {
  width: clamp(300px, 50vw, 500px);
}

/* sezione di personalizzazione per la schermata di login lato carte */

body {
  background-color: #fff;
}

.logo {
  width: 100%;
  padding: 5px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

input[type="text"],
input[type="time"],
input[type="tel"],
input[type="search"],
input[type="datetime-local"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="select"],
select {
  font-size: 16px;
  color: #999;
  background: #fff;
  border: 1px solid #d2d9e0;
  height: 38px;
  padding: 0px 2px;
  border-bottom: 1px solid #c3cdd3;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

input[type="text"]:hover,
input[type="time"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="datetime-local"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="select"]:hover,
select:hover {
  border-bottom: 1px solid #d6a335;
}

input[type="date"].search_main {
  width: 200px;
  line-height: 32px;
}
/*
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url('../images/arrow_down.png') !Important; 
	background-position: right 0px center !Important;
	background-repeat: no-repeat !Important;
}
*/
select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

.error {
  border-color: #ed1c24 !important;
}
.btn {
  font-size: 14px;
  background-color: #007bff;
  line-height: 36px;
  height: 38px;
  padding: 0px 15px;
  border: 2px solid #0268d5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s ease;
  margin-left: 0px !important;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-flex;
}
.min64 {
  min-width: 64px;
}
.min128 {
  min-width: 128px;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #fff;
  color: #0268d5;
  transition: 0.5s ease;
}
.modal .buttons .btn {
  margin: 5px;
  background-color: #ed1c24;
}
.modal .buttons .btn:hover {
  margin: 5px;
  background-color: #fff;
  color: #ed1c24;
}
.btn.white {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn.yellow {
  background-color: #ffde16;
  border: 2px solid #ffde16;
  color: #000;
  font-weight: 600;
}

.btn.yellow:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  transition: 0.5s ease;
}

.btn.white:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  transition: 0.5s ease;
}

.btn.gray {
  background-color: #bbc2ca;
  border: 2px solid #bbc2ca;
  color: #fff;
}
.btn.gray:hover {
  background-color: #d9dee4;
  color: #fff;
  border: 2px solid #d9dee4;
  transition: 0.5s ease;
}

.btn.btn_half {
  width: 47%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn.btn_quarter {
  width: 23%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn.btn_full {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#toolbar .btn {
  margin-top: 8px;
  padding: 0px 6px;
  line-height: 28px;
  font-weight: 600;
}
.flet {
  float: left;
}
.fright {
  float: right;
}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

/* tabelle prezzi */
.pricing .pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;

  margin: 0.5em;
  padding: 2em 2em;
  text-align: left;
  color: #444;
  background: #fff;
  border: 1px solid #000;

  transition: 0.5s ease;

  transform: scale(0.98);
}

.pricing__item:hover {
  transform: scale(1);
}

.pricing .pricing__item.suggested {
  transform: scale(0.99);

  background: #fff;
  border: 2px solid #ffde16;
}

.pricing .pricing__item.gray {
  transform: scale(0.93);

  background: #fefefe;
  border: 1px solid #ddd;
}

.pricing__item.suggested:hover {
  transform: scale(1);
}

.pricing .pricing__title {
  font-size: 1.35em;
  font-weight: 600;
  margin: 0 0 0.55em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.pricing__title_sub {
  font-size: 1.1em;
  margin: -0.55em 0 0.55em;
  color: #ebca00;
  font-weight: 600;
  text-transform: uppercase;
}
.suggested .pricing__title {
  font-size: 1.36em;
  font-weight: 600;
  margin: 0 0 0.55em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.pricing .pricing__price {
  font-size: 3em;
  font-weight: 600;
  padding: 0.85em 0;
  text-align: center;
}

.pricing .pricing__currency {
  font-size: 0.65em;
  vertical-align: super;
  color: #394150;
}

.pricing .pricing__period {
  display: block;
  font-size: 0.35em;
  padding: 0 0 0 0.5em;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing .pricing__divider {
  width: 60px;
  display: block;
  border-top: 2px solid #000;
  height: 1px;
  margin: 5px auto;
}

.pricing .pricing__sentence {
  padding: 0 0 0.5em;
  margin: 0;
  color: #535965;
  text-align: center;
}
.pricing .pricing__targhe {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
}

.pricing .pricing__feature-list {
  font-size: 0.95em;
  margin: 0;
  padding: 0 0 2.5em;
  list-style: none;
  color: #757983;
}

.pricing .pricing__feature {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}

.pricing .pricing__feature::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1f242d;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}

.pricing .pricing__action {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.55em;
  font-weight: 200;
}

.pricing .pricing__action_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #e25a77;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #e25a77;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing__item.gray .pricing__action_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ccc;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #ccc;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing button {
  border: 0px solid;
  background-color: transparent;
}

.pricing .pricing__action:hover .pricing__action_btn,
.pricing .pricing__action:focus .pricing__action_btn {
  background: #ed1c24 !important;
  color: #fff;
}

.pricing_detail_title {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 400;
}
.pricing_detail_title_price {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
}

.red_link {
  color: #ed1c24;
}
.centered {
  margin: 0px auto;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.centered.wide {
  justify-content: space-between;
}
.bottom20 {
  margin-bottom: 20px;
}
.center {
  text-align: center;
}
.centered.bottom {
  display: block;
  position: fixed;
  bottom: 7px;
  left: 0px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  margin: 0px;
  padding: 5px;
}
.centered.underlined {
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.centered div {
  text-align: left;
  max-width: 80%;
}
/*
	checkbox stile ios android
*/
.appck {
  display: none;
}
.appck,
.appck:after,
.tgl:before,
.appck *,
.appck *:after,
.appck *:before,
.appck + .appck-btn {
  box-sizing: border-box;
}
.appck::-moz-selection,
.appck:after::-moz-selection,
.appck:before::-moz-selection,
.appck *::-moz-selection,
.appck *:after::-moz-selection,
.appck *:before::-moz-selection,
.appck + .appck-btn::-moz-selection {
  background: none;
}
.appck::selection,
.appck:after::selection,
.appck:before::selection,
.appck *::selection,
.appck *:after::selection,
.appck *:before::selection,
.appck + .appck-btn::selection {
  background: none;
}
.appck + .appck-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.appck + .appck-btn:after,
.appck + .appck-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.appck + .appck-btn:after {
  left: 0;
}
.appck + .appck-btn:before {
  display: none;
}
.appck:checked + .appck-btn:after {
  left: 50%;
}
.appck-text {
  font-size: 1rem;
}

.appck-light + .appck-btn {
  background: #000;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.appck-light + .appck-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.appck-light:checked + .appck-btn {
  background: #66c09d;
}

.box_intervento {
  background-color: #fff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 0px;
}
.box_intervento_txt {
  text-align: left;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.box_intervento_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  background-color: #fff;
  color: #333;
  padding: 5px;
  border-top: 1px solid #fdfdfd;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

._info {
  display: block;
  width: 100%;
  min-height: 40px;
  background-color: transparent;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  margin-bottom: 5px;
  max-height: 85vh;
  overflow: auto;
}
._info_close {
  position: absolute;
  right: 0px;
  opacity: 0.5;
}
._info_close:hover {
  opacity: 1;
}
._info_cont {
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 3px 22px 3px 2px;
  display: flex;
  flex-direction: row;
  justify-content: flext-start;
  align-items: start;
  line-height: 32px;
  border-radius: 6px;
}
.button_circle {
  border-radius: 32px;
  min-width: 32px;
  min-height: 32px;
}

._info_text {
  color: #333;
  text-align: left;
  padding-left: 4px;
  padding-right: 2px;
  width: 100%;
}
.pane_container {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.pane_title_cont {
  position: absolute;
  top: 50px;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  z-index: 3;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background-color: #ffe022;
  padding-left: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.pane_title_cont.red {
  background-color: #ed1c24;
  color: #fff;
}

.pane_title {
  z-index: 4;
}

.pane_scroll {
  position: fixed;
  left: 0px;
  height: 100%;
  width: inherit;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pane_navigator {
  position: fixed;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

.pane_pin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #d9dee4;
  margin: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.pane_pin.selected {
  background-color: #ff161f;
}
.pane_menu {
  color: #d9dee4;
  font-size: 20px;
  margin-left: 15px;
}

.main_icon_box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0px;
  padding-top: 50px;
  margin: 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.main_icon_box.inline,
.main_icon_box.smallheight {
  height: auto;
  min-height: auto;
}

.main_icon_box.no-wrap {
  flex-wrap: nowrap;
}

.main_icon_box .main_icon {
  height: calc(33vh - 15px);
}

.text .main_icon_box {
  padding-top: 0px;
}
.main_icon {
  position: relative;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 50%;
  height: 33%;
  font-size: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.main_icon:hover {
  background-color: #e4e8ec;
  color: #737373;
}
.main_icon:hover .icons {
  background-image: url(../images/icons_48_lightgray.png);
  transform: scale(1.8);
}
.main_icon .icons {
  transform: scale(1.5);
}
.main_icon > .quantity {
  top: 50%;
  left: inherit;
  right: 50%;
  font-size: 14px;
  font-weight: 600;
  margin: -46px;
}
.main_icon:hover > .quantity {
  background: #fff;
  transform: scale(1.5);
  border: 1px solid #ae9340;
}

.main_icon > .quantity {
  top: 50%;
  left: inherit;
  right: 50%;
  font-size: 14px;
  font-weight: 600;
  margin: -46px;
}
.main_icon.wide {
  width: 100%;
  height: auto;
}

.main_icon.wide_orizontal {
  width: 100%;
  height: auto;
}
.main_icon.days {
  flex-shrink: 1;
  flex-basis: auto;
  width: auto;
  min-width: 160px;
  margin: 2px;
  justify-content: flex-start;
  font-size: 16px;
}
.main_icon.move_days {
  flex-shrink: 1;
  flex-basis: auto;
  width: auto;
  min-width: 48px;
  margin: 2px;
  justify-content: center;
  font-size: 16px;
}

.main_icon.small_33 {
  width: 33%;
  height: 100px;
  font-size: 16px;
}
.main_icon.small_33 .icons,
.main_icon.small_33 .icons {
  transform: scale(1.1);
}

.main_icon.small_50 {
  width: 50%;
  height: 100px;
  font-size: 16px;
}

.main_icon.small_33 .subicon.small,
.main_icon.small_50 .subicon.small {
  top: -2px;
  right: -22px;
}

.main_icon.gray {
  background-color: #c5cdd0;
}

.main_icon.green {
  background-color: #66c09d;
}
.main_icon.selected {
  background-color: #ffde16;
}

.main_icon .inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2px;
}
.ink {
  display: block;
  position: absolute;
  background: #ed1c24;
  border-radius: 100%;
  transform: scale(0);
}
/*animation effect*/
.ink.animate {
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.main_icon_box:last-child {
  flex-grow: 2;
}

body {
  padding: 0px;
}
.disp_font {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .main_icon {
    width: 33%;
    height: 50%;
  }
  .main_icon.wide {
    width: 100%;
    height: auto;
  }
  .main_icon.wide_orizontal {
    width: 33%;
    height: auto;
  }
  .main_icon_box .main_icon {
    height: calc(50vh - 25px);
  }
}

.main_icon_box.absolute {
  position: relative;
  padding-top: 10px;
  height: auto;
  min-height: auto;
}
.main_icon_box.absolute .main_icon {
  height: 140px !important;
  margin-bottom: 2px !important;
}

.data_row_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  width: 100%;
  padding: 0rem 1rem;
}
.data_row_cont.flex_end {
  align-items: flex-end;
}
.data_row {
  width: 100%;
  position: relative;
  display: flex;
  min-width: 38px;
  min-height: 64px;
  box-sizing: border-box; /* Opera/IE 8+ */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin: 0px;
  padding: 0px 3px;
  border-bottom: 1px solid #eaeaea;
  transition: 0.3s ease-out;
  padding-right: 4px;
  gap: 4px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
  padding-left: 6px;
  z-index: 1;
}

.data_row.child {
  position: relative;
  top: -12px;
  z-index: 0;
  padding-top: 12px;
  background-color: #f7fbff;
  margin-bottom: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.data_row_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.data_row_line {
  width: 100%;
  margin: 2px;
  position: relative;
  padding: 2px;
  border: 1px solid #666;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.data_row:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: #c9cfd3;
  color: #4f4f4f;
}
.data_row.nolink:hover {
  box-shadow: 0px 0px 0px #ffffff;
  background-color: #f7f5f5;
  color: #b3b3b3;
}

.data_row.selected,
.data_row.success {
  background-color: #b8f0e0;
}

.data_row.selected:hover,
.data_row.success:hover {
  background-color: #e2f9f2;
}

.data_row.warning {
  background-color: #ff8490;
}

.data_row.warning:hover {
  background-color: #ffb7be;
  color: #666;
}

.data_row.warm,
.data_row.alert {
  background-color: #ffe8b2;
}
.data_row.warm:hover,
.data_row.alert:hover {
  background-color: #fff8e6;
}

.data_row.info,
.data_row.blue {
  background-color: #a8d1f3;
}
.data_row.info:hover,
.data_row.blue:hover {
  background-color: #d6eafb;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.flexrow {
  display: flex;
  flex-direction: row;
}
.flexcolumn {
  display: flex;
  flex-direction: column;
}

.data_row_text {
  flex-grow: 1;
  margin: 0px 5px 0px 15px;
  width: 30%;
}
.data_row_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.data_row.menu_right {
  background-color: transparent;
  color: #000;
  font-size: 22px;
  border-bottom: 0px;
  text-align: left;
}

.data_row.menu_right > .icons {
  margin-right: 5px;
}

.data_row_column {
  width: 25%;
  text-align: left;
}

.data_row.small {
  min-height: 34px;
}
.circle_icon_cont {
  position: relative;
  background-size: cover;
  font-size: 22px;
  background-color: #fff;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  border: 1px solid #ed1c24;
  line-height: 38px;
  text-align: center;
  color: #ed1c24;
  margin: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  flex-shrink: 0;
  text-align: center;
}

.circle_icon_cont.big {
  font-size: 64px;
  width: 128px;
  height: 128px;
  border-radius: 64px;
  line-height: 128px;
  text-align: center;
}
.circle_icon_cont.medium {
  font-size: 48px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  line-height: 96px;
  text-align: center;
}

.circle_icon_cont.white {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.circle_icon_cont.gray {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.circle_icon_cont.green {
  border: 1px solid #66c09d;
  background-color: #fff;
  color: #66c09d;
}

.circle_icon_cont.yellow {
  border: 1px solid #ffde16;
  background-color: #fff;
  color: #ffde16;
}
.circle_icon_cont.blue {
  border: 1px solid #5295dd;
  background-color: #fff;
  color: #5295dd;
}

.circle_icon_cont > .subincon {
  position: absolute;
  right: -16px;
  bottom: 0px;
}

.floating_action_button {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-image: url(../images/icons_48.png);
  background-size: 960px 240px;
  background-color: #ffde16;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 11;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.floating_action_button.green {
  background-color: #66c09d;
}
.floating_action_button.disabled {
  background-color: #ccc;
}
.bk-border {
  background-image: url(../images/icons_48.png);
  opacity: 1;
  width: 46px;
  height: 46px;
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.bk-border.text-red {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.bk-border.text-black {
  border: 1px solid #333;
  color: #333;
}

.bk-border.small {
  width: 32px;
  height: 32px;
}

.reset_form {
  display: inline-block;
  position: relative;
}
.reset_form_btn,
.search_form_btn {
  display: block;
  position: absolute;
  float: right;
  width: 24px;
  height: 24px;
  background-color: rgba(0.99, 0.99, 0.99, 0.2);
  color: #333;
  right: 5px;
  top: 8px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}
.search_form_btn {
  background-color: #ed1c24;
  color: #fff;
}
.icon_avatar {
  display: block;
  border-radius: 32px;
  width: 64px;
  height: 64px;
  background-size: cover;
}
.icon_avatar .subicon {
  top: 35px;
  left: 37px;
}

.driver_avatar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 400;
  width: 200px;
}

.data_line {
  min-height: 64px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  display: block;
  position: relative;
  margin: 0px;
  padding: 2px 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-transition: 0.9s ease-out;
  -moz-transition: 0.9s ease-out;
  -ms-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.data_line:hover {
  background-color: #ffde16;
  color: #888;
}
.data_line_title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.data_line_arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 5px;
  font-size: 24px !important;
}

.input-append .add-on {
  height: 32px;
  border-radius: 0 2px 2px 0;
  line-height: 32px;
  border: 0px solid;
}
legend {
  border-bottom: 0px;
  margin-bottom: 5px;
}

.link_toggle {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.link_toggle .icons {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 5px;
}

.pacchetto {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.scadenze_time {
  background-color: #e7e3e2;
  color: #827e7d;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  border-radius: 18px;
  height: 36px;
  padding: 0px 20px;
  margin-left: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.scadenze_time.red {
  background-color: #ed1c24;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

b,
strong {
  font-weight: 600;
}
.offline_bars {
  background-color: #bbc2ca !important;
}
#toolbar_no_gps {
  line-height: 32px;
}

.login_welcome_block {
  display: inline-block;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center;
}

.underlined_block {
  width: 100%;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  margin: 0px auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.underlined {
  width: 100%;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  margin: 0px auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.size_h4 {
  font-size: 17px;
  line-height: 36px;
}
#reg_cont {
  text-align: center;
}

.heading_with_icons {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 48px;
  text-align: left;
  text-decoration: none;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 48px;
  margin: 0px 0px 5px 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.heading_with_icons > .icons {
  display: block;
  float: left;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .btn {
    font-size: 12px;
  }
  .data_row {
    flex-direction: column;
  }
  .data_row_inner {
    align-items: stretch;
    flex-direction: column;
  }

  .data_row_text {
    width: 100%;
  }
}
@media (max-width: 330px) {
  .scadenze_time {
    font-size: 11px;
  }
  .moodal .inner {
    right: 5px;
    left: 5px;
    bottom: 10px;
  }
}
/* IMPLEMENTAZIONE RADIO BUTTONS */
.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
  max-width: 600px;
}
.inputGroup label {
  padding: 10px 42px 10px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #ffde16;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #000;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(32, 32, 1);
  transform: translate(-50%, -50%) scale3d(32, 32, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #000;
  border-color: #000;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.live_search_box {
  position: fixed;
  padding: 0px 5px 5px 10px;
  width: 80%;
  top: 100px;
  left: 100%;
  background-color: #fff;
  color: #333;
  height: calc(100vh - 100px);
  z-index: 40;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  overflow: scroll;
}
.live_search_box .detail_buttons {
  top: 0px;
  padding-left: 2px;
  position: sticky;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0.8) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
.live_search_box.opened {
  left: 20%;
}
.search_main_cont {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  line-height: 50px;
}
.search_main {
  border-radius: 32px;
  background-color: #5d5d64 !important;
  border: 1px solid #777 !important;
  max-width: 40vw;
  color: #fff !important;
  padding-left: 8px !important;
}
.search_main.inline {
  background-color: #fff !important;
  color: #333 !important;
  width: clamp(100px, 50vw, 400px);
}
.search_main::placeholder {
  color: #ddd;
}
.search_main_cancel {
  position: absolute;
  right: 2px;
  top: 8px;
  background-color: #5d5d64;
}
.search_main_more {
  position: absolute;
  right: 28px;
  top: 8px;
  background-color: #5d5d64;
}

.input_extra_field {
  position: absolute;
  right: 15px;
  top: 26px;
}
.input_extra_field.inline {
  right: 2px;
  top: 3px;
  background-color: #e9ecef;
}
.input_extra_field.extra_left {
  right: inherit;
  left: 2px;
  background-color: inherit;
}
.input_extra_field .small_tag {
  width: 12px;
  height: 12px;
  margin-top: 8px;
}
.position-relative .riga_text {
  padding-right: 36px !important;
}

.price_and_button {
  display: flex;
  justify-content: end;
  padding-right: 6px;
}

.price_and_button .button {
  top: 0px;
  right: -4px;
}

@media (min-width: 1024px) {
  .live_search_box.opened {
    left: 40%;
    width: 60%;
  }

  .main_icon_box.smallheight .main_icon {
    width: 33%;
    height: calc(24vh - 50px);
  }

  .data_row_right {
    justify-content: flex-start;
  }
}
.live_search_close {
  position: fixed;
  top: 55px;
  right: 6px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  z-index: 3;
}
