:root {
  --color: #F9334B;
  --SOP: 'sofia-pro', sans-serif;
  --OBJ: 'objektiv-mk1', sans-serif;
  --color-blue: #334d68;
  --color-alpha1: rgba(0, 192, 239, 0.1);
  --color-alpha3: rgba(0, 192, 239, 0.3);
  --color-alpha8: rgba(0, 192, 239, 0.8);
  --back-color: rgba(0, 0, 0, 0.3);
  --back-color2: rgba(0, 0, 0, 0.8);
  --back-color3: rgb(250, 250, 250);
  --bodyBg: #f0f4f8;
  --menuBg: #334d68;
  --progressBar: #54d1db;
  --sloRed: rgba(40, 49, 59, 1);
  --sloCian: #00B3E3;
  --sloYellow: #FBAE17;
  --sloGreen: #00a651;
  --sloGray: #999999;
  --blue1: #00B4DB;
  --blue2: #0083b0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgb(0, 192, 239);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 192, 239, 0.5);
}
* {
  font-family: var(--SOP);
  outline: none;
}
html, body {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.placeholder {
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
}
input::placeholder {
  /*styles here*/
}
.mb {
	margin-bottom: 10px;
}
.mt {
	margin-top: 10px;
}

.center-pills {
	display: flex;
    justify-content: center;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5% 5% 0 5%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size: 20px;
}
.calendar {
	max-height: 95%;
	overflow-y: auto;
}
.calendar .card-body {
	padding-left: 30px;
}
.calendar .day {
	border-left: solid 1px #ccc;
	margin-bottom: 50px;
}
.daysfast {
    padding-left: 0;
    padding-right: 5px;
	text-align: right;
	font-size: 18px;
	margin-bottom: -30px;
}
.daysfast .itemb {
	margin-right: 5px;
    font-size: 14px;
}
.nocal {
	margin-bottom: 0px !important;
	text-align: center !important;
	display: flex;
    justify-content: center;
}
.nocal .itemb {
	border: solid 1px #ccc !important;
    padding: 0 5px 5px 5px !important;
    border-radius: 10px !important;
	cursor: pointer;
}
.daysfast > .itemb > span {
	font-size: 24px;
    display: block;
}
.calendar .itemb span {
	font-size: 34px;
}
.blue {
	background: rgb(103 183 220 / 30%);
}
.calendar h3 {
	font-weight: bold;
	color: var(--blue1);
	border-bottom: solid 1px var(--blue1);
}
.calendar table {
	margin-left: 20px;
	width: 90%;
	margin-bottom: 30px;
	cursor: none;
}
.calendar table > tr {
	border-bottom: dotted 1px #efefef;
}
.calendar table > tr:hover {
	background: #ccc;
}
.calendar table th {
	color: #ccc;
	text-align: center;
}
.calendar table td {
	color: #000;
	padding: 5px;
	font-size: 20px;
	max-width: 33%;
    width: 33%;
}
/*.calendar table td:nth-child(2),
.calendar table td:nth-child(3){
	text-align: center;
}*/

p {
  margin: 0 0 2.5px;
}
table > tbody > tr {
	cursor: pointer;
	vertical-align: top;
}
.even:hover, .odd:hover {
  background: rgba(0, 192, 239, 0.2) !important;
}
table > tbody > tr > td > h6, .list-group-item > .name > h6 {
  /*color: var(--blue2);*/
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
table > thead > tr > th {
	font-size: 12px;
	text-align: center;
}
table > tbody > tr > td:not(:nth-child(2)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)) {
  text-align: center;
}
table > tbody > tr > td:nth-child(3) > span
, table > tbody > tr > td:nth-child(7) > span
, table > tbody > tr > td:nth-child(8) > span 
, table > tbody > tr > td:nth-child(9) > span 
, table > tbody > tr > td:nth-child(10) > span {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	max-width: 290px;
	display: block;
	padding-right: 5px;
	float: left;
}
  table > tbody > tr > td:nth-child(8) > span 
, table > tbody > tr > td:nth-child(9) > span 
, table > tbody > tr > td:nth-child(10) > span {
	max-width: 150;
}
  table > tbody > tr > td:nth-child(3) > span:hover
, table > tbody > tr > td:nth-child(7) > span:hover 
, table > tbody > tr > td:nth-child(8) > span:hover
, table > tbody > tr > td:nth-child(9) > span:hover
, table > tbody > tr > td:nth-child(10) > span:hover {
	overflow: visible;
	white-space: normal;
  	text-overflow: clip;
}
.main-content {
   background-color: transparent !important;
	background:transparent !important;
}


.red {
  color: var(--blue1);
}
.red > .fa {
  cursor: pointer;
}
.redb {
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FF00FF;
	margin: 0 auto 0 auto;
}
.ta {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body .page-container .sidebar-menu #main-menu li a {
  color: #ffffff;
}
.page-container .sidebar-menu #main-menu li {
  text-align: left;
}
.page-container .sidebar-menu #main-menu li {
  border-bottom: none !important;
}
.login-page .login-header {
  background-color: transparent;
}
.login-page .login-form {
  position: absolute;
  padding-top: 0px;
  background: #fff;
  top: 50vh !important;
  left: 0vh;
  right: 0vh;
  bottom: 0vh
}
.login-page .login-wave {
  position: absolute;
  width: 100%;
  height: 10vh;
  margin-bottom: -7px;
  top: 36vh;
  z-index: 2;
}
.waves {
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.login-page{
  background: #fff !important;
/*  background: -moz-linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  background: -webkit-linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  background: linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37D5D6", endColorstr="#36096D", GradientType=1) !important;
*/}
 .bggrad {
  background: -moz-linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  background: -webkit-linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  background: linear-gradient(340deg, #37D5D6 0%, #36096D 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37D5D6", endColorstr="#36096D", GradientType=1) !important;
}

button.btn-login {
  width: 100%;
}
input, textarea, select {
/*  text-transform: uppercase;
*/}
input.input-home {
  text-decoration: none !important;
}
.input-home, .inp, .sep, .txp {
  outline: none;
  font-size: 20px;
  color: var(--blue2);
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  -moz-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  border: solid 2px #efefef;
}
.txp {
  -webkit-box-shadow: 0px 10px 20px 9px rgba(40, 49, 59, 0.15);
  -moz-box-shadow: 0px 10px 20px 9px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 10px 20px 9px rgba(40, 49, 59, 0.15);
}
select[name="services"] {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='6.6079' y1='12' x2='17.3921' y2='12'%3E%3Cstop offset='0' style='stop-color:%2328313B'/%3E%3Cstop offset='1' style='stop-color:%238D3E82'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M15.4,9c0-0.2,0.2-0.3,0.3-0.3H16c0.7,0,1.3,0.6,1.3,1.3c0,0,0,0,0,0V9.9c0,0.4-0.1,0.8-0.4,1L13,15 c-0.5,0.5-1.4,0.5-1.9,0c0,0,0,0,0,0L7,10.9c-0.3-0.3-0.4-0.6-0.4-1V10c0-0.7,0.6-1.3,1.3-1.3h3.3c0.2,0,0.3,0.2,0.3,0.3l0,0 c0,0.2-0.2,0.3-0.3,0.3H8c-0.4,0-0.7,0.3-0.7,0.7l0,0l0,0c0,0.2,0.1,0.3,0.2,0.5l4.1,4.1c0.3,0.3,0.7,0.3,0.9,0c0,0,0,0,0,0l4.1-4.1 c0.1-0.1,0.2-0.3,0.2-0.5l0,0c0-0.4-0.3-0.7-0.7-0.7c0,0,0,0,0,0h-0.3C15.6,9.3,15.4,9.1,15.4,9L15.4,9z M12.2,9 c0-0.2,0.2-0.3,0.3-0.3s0.3,0.2,0.3,0.3c0,0.2-0.2,0.3-0.3,0.3l0,0C12.3,9.3,12.2,9.1,12.2,9z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  -webkit-appearance: none;
}
select[name="time"], select[name="timeto"], select[name="PF"], select[name="PT"], select[name="SF"], select[name="ST"] {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='6.6752' y1='11.5318' x2='17.2643' y2='11.5318'%3E%3Cstop offset='0' style='stop-color:%2328313B'/%3E%3Cstop offset='1' style='stop-color:%238D3E82'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M12,16.8h-0.3c-0.2,0-0.3-0.1-0.3-0.3c0-0.2,0.1-0.3,0.3-0.3H12c2.6,0,4.6-2.1,4.7-4.6S14.5,6.9,12,6.9 S7.3,9,7.3,11.5c0,1.5,0.7,2.8,1.9,3.7l0,0c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.1,0.3-0.3,0.3c-0.1,0-0.1,0-0.2-0.1l0,0 C6.5,14,6,10.7,7.7,8.4s5.1-2.8,7.4-1.1s2.8,5.1,1.1,7.4C15.2,16,13.6,16.8,12,16.8L12,16.8z M10.3,16.2c0.2,0,0.3,0.1,0.3,0.3 s-0.1,0.3-0.3,0.3S10,16.7,10,16.5l0,0C10,16.3,10.1,16.2,10.3,16.2z M11.6,7.6c0.2,0,0.3,0.1,0.3,0.3v3.8l1.8,1.1 c0.2,0.1,0.2,0.3,0.1,0.4c-0.1,0.2-0.3,0.2-0.5,0.1l-2-1.1l0,0h0l0,0l0,0v0l0,0l0,0v0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0V8 c0-0.2,0.1-0.3,0.3-0.3L11.6,7.6z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:url(%23Tracciato_198_1_);%7D%0A%3C/style%3E%3ClinearGradient id='Tracciato_198_1_' gradientUnits='userSpaceOnUse' x1='-253.5881' y1='19.769' x2='-253.5881' y2='20.9835' gradientTransform='matrix(14.0178 0 0 14.0499 3566.8662 -274.0346)'%3E%3Cstop offset='0' style='stop-color:%2328313B'/%3E%3Cstop offset='1' style='stop-color:%238D3E82'/%3E%3C/linearGradient%3E%3Cpath id='Tracciato_198' class='st0' d='M16.9,17.5c-0.3,0-0.5-0.3-0.5-0.5s0.3-0.5,0.5-0.5c0.3,0,0.5,0.3,0.5,0.5l0,0 C17.5,17.4,17.2,17.5,16.9,17.5z M16.4,12.4h0.5c0.3,0,0.5,0.3,0.5,0.5c0,0.3-0.3,0.5-0.5,0.5h-0.2c-0.2,0-0.3,0.2-0.3,0.3v0.2 c0,0.3-0.3,0.5-0.5,0.5c-0.3,0-0.5-0.3-0.5-0.5v-0.5C15.3,12.8,15.8,12.4,16.4,12.4z M14.9,15.5c0.3,0,0.5,0.3,0.5,0.5 c0,0.3-0.3,0.5-0.5,0.5h-0.2c-0.2,0-0.3,0.2-0.3,0.3v0.2c0,0.3-0.2,0.5-0.5,0.5s-0.5-0.2-0.5-0.5l0,0v-0.5c0-0.6,0.5-1.1,1.1-1.1 l0,0h0.3V15.5z M13.1,12.4h0.6c0.3,0,0.5,0.3,0.5,0.5c0,0.3-0.3,0.5-0.5,0.5h-0.2c-0.2,0-0.3,0.2-0.3,0.3v0.2c0,0.3-0.3,0.5-0.5,0.5 c-0.3,0-0.5-0.3-0.5-0.5v-0.5C12.2,12.8,12.7,12.4,13.1,12.4L13.1,12.4z M11.6,15.5c0.3,0,0.5,0.2,0.5,0.5s-0.2,0.5-0.5,0.5l0,0 h-0.2c-0.2,0-0.3,0.2-0.3,0.3v0.2c0,0.3-0.2,0.5-0.5,0.5s-0.5-0.2-0.5-0.5l0,0v-0.5c0-0.6,0.5-1.1,1.1-1.1l0,0h0.3V15.5z M10,12.4 h0.6c0.3,0,0.5,0.3,0.5,0.5c0,0.3-0.3,0.5-0.5,0.5h-0.2c-0.2,0-0.3,0.2-0.3,0.3v0.2c0,0.3-0.3,0.5-0.5,0.5c-0.3,0-0.5-0.3-0.5-0.5 v-0.5C8.9,12.8,9.4,12.4,10,12.4L10,12.4z M7.3,17.5c-0.3,0-0.5-0.3-0.5-0.5v-0.5c0-0.6,0.5-1.1,1.1-1.1l0,0h0.5 c0.3,0,0.5,0.2,0.5,0.5s-0.2,0.5-0.5,0.5l0,0H8.3c-0.2,0-0.3,0.2-0.3,0.3v0.2C8,17.4,7.6,17.5,7.3,17.5z M20.2,12.4 c-0.3,0-0.5-0.3-0.5-0.5s0.3-0.5,0.5-0.5c0.3,0,0.5,0.3,0.5,0.5l0,0C20.7,12,20.4,12.4,20.2,12.4z M18.5,20.8H5.8 c-1.1,0-2.2-0.9-2.2-2.2v-7.4c0-1.1,0.9-2.2,2.2-2.2h13.3c0.3,0,0.5-0.3,0.5-0.5V8c0-0.6-0.5-1.1-1.1-1.1l0,0h-0.8 c-0.8,0-1.3-0.6-1.3-1.3V5.3c0-0.3-0.3-0.5-0.5-0.5c-0.3,0-0.5,0.3-0.5,0.5v0.3c0,0.8-0.6,1.3-1.3,1.3h-3.8c-0.8,0-1.3-0.6-1.3-1.3 V5.3c0-0.3-0.3-0.5-0.5-0.5c-0.3,0-0.5,0.3-0.5,0.5v0.3c0,0.8-0.6,1.3-1.3,1.3H5.8C5.1,6.9,4.7,7.3,4.7,8l0,0c0,0.3-0.3,0.5-0.5,0.5 C3.9,8.4,3.7,8.1,3.7,8c0-1.1,0.9-2.2,2.2-2.2h0.5c0.3,0,0.5-0.3,0.5-0.5c0-0.9,0.6-1.6,1.6-1.6S10,4.3,10,5.3c0,0,0,0,0,0.2 c0,0.3,0.3,0.5,0.5,0.5h3.1c0.3,0,0.5-0.3,0.5-0.5c0-0.9,0.6-1.6,1.6-1.6c0.9,0,1.6,0.6,1.6,1.6c0,0,0,0,0,0.2 c0,0.3,0.3,0.5,0.5,0.5h0.8c1.1,0,2.2,0.9,2.2,2.2v0.8c0,0.8-0.6,1.3-1.3,1.3H5.8c-0.6,0-1.1,0.5-1.1,1.1l0,0v7.4 c0,0.6,0.5,1.1,1.1,1.1l0,0h12.7c0.6,0,1.1-0.5,1.1-1.1l0,0v-4.7c0-0.3,0.3-0.5,0.5-0.5c0.3,0,0.5,0.3,0.5,0.5v4.7 C20.7,19.9,19.7,20.8,18.5,20.8L18.5,20.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  display: block;
  -webkit-appearance: none;
}
.sch {
  border: none;
}
.sep, .txp {
  text-transform: uppercase;
}
.inp, .sep, .txp {
  font-size: 16px;
}
.inp.big {
	border: solid 2px var(--blue1);
    font-size: 24px;
}

.inp:disabled, .sep:disabled, .txp:disabled {
  background-color: #fefefe;
  border: solid 2px #cccccc;
  color: var(--blue2);
  font-weight: bolder;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: no-drop;
}
textarea.tmp {
	min-height: 250px;	
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.itembitembitemb {
	border: solid 1px var(--blue2);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
    color: var(--blue2);
    cursor: pointer;
    text-transform: uppercase;
	display: inline-block;
}
.itemb.blue,.itemb.red{
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px 5px rgb(40 49 59 / 15%);
    -moz-box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
    box-shadow: 0px 5px 10px 5px rgb(40 49 59 / 15%);
    text-transform: uppercase;
    border: solid 2px var(--blue2);
	background: var(--blue2);
	display: inline-block;
}
.itemb.red{
    border: solid 2px var(--sloYellow);
	background: var(--sloYellow);
}

div.menuleft > span {
float: right;
    display: block;
    width: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    font-size: 14px;
    margin-right: -6px;
    color: var(--blue1);
    background-color: #fff;
    margin: -55px 0px 0px 0px;
    border: solid 1px #efefef;
}
div.menuleft > span.s0 {
	display: none;
}
div.menuleft > span:nth-child(2) {
	display: none;
}
.disabled > a {
  color: currentColor;
  pointer-events: none;
  text-decoration: none;
}
.b {
  font-weight: bold;
}
.floatmicro {
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
}
.microbtn, .microbtnR, .microbtnRE {
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  border: solid 1px var(--sloGray);
  color: var(--sloGray);
  width: 25px;
  height: 25px;
  padding: 0px;
}
.microbtn:hover {
  background-color: #fff;
  color: var(--blue2);
}
.microbtnR, .microbtnRE {
  color: var(--sloGray);
  background-color: #fff;
}
.microbtnR:hover, .microbtnRE:hover {
  background-color: #fff;
  color: var(--color);
}
.btn-min, .btn-min-white, .btn-min-cyan {
  background-color: var(--blue2);
  outline: 0 !important;
  font-size: 20px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 2px var(--blue2);
  padding: 0;
}
.btn-min:hover {
  background-color: #fff;
  color: var(--blue2);
}
.btn-min-white {
  background-color: #fff;
  color: var(--blue2);
}
.btn-min-white:hover {
  background-color: var(--blue2);
  color: #fff;
}
.btn-min-cyan {
  background-color: #fff;
  color: var(--blue1);
  border: solid 2px var(--blue1);
  margin-top: 6px;
}
.btn-min-cyan.green {
  background-color: var(--blue1);
  color: #fff;
  border: solid 2px var(--blue1);
}
.btn-min-cyan:hover {
  background-color: var(--blue1);
  color: #fff;
  border: solid 2px var(--blue1);
}
.btn-min-cyan.green:hover {
  background-color: #fff;
  color: var(--blue1);
  border: solid 2px var(--blue1);
}
.nav.nav-pills {
	margin-bottom: 20px;
}
.nav-pills > li.active > a {
	background-color: var(--sloYellow);
}
.panel:not(.nov) {
/*  border-radius: 20px;
  max-height: 95%;
  min-height: 95%;*/
}
.nov {
  border-radius: 10px;
}
.nov > div.panel-heading > div > div.accept > label:after {
  left: 29px;
  top: 35px;
}
.nov > div.panel-heading > div.panel-title  {
  display: flex;
  font-size: 16px;
}
.nov > div.panel-body {
    padding: 0 2px 0 2px;
    overflow-x: hidden;
}

.panel-body {
	/* position: relative;
    padding: 15px;
    max-height: 85%; */
	padding: 0;
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
	margin-bottom: 15px;
}
.panel-primary > .panel-heading, .panel-invert > .panel-heading, .panel-invert > .panel-body {
  background-color: transparent !important;
}
.panel-invert {
  background-color: #39414e;
}
.item, .logoit, .item-sel {
  border-bottom: solid 1px var(--back-color2);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
  color: var(--back-color2);
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
  -moz-box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
  text-transform: uppercase;
  border: solid 2px #FFFFFF;
  width: 94%;
  margin-left: 3%;
  margin-top: 7px;
}
.item-sel {
  width: auto;
}
.item:hover {
  color: var(--color);
}
.item.on {
  border-bottom: solid 1px var(--color);
  color: #ff0000;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 2px var(--color);
}
.item.base {
  border-bottom: solid 1px var(--back-color2);
  color: #fff;
  background-color: var(--blue1);
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 2px var(--blue1);
}
.imageit > img {
  border-radius: 20px;
}
option.on {
  font-weight: bold;
  color: #00b4db;
}
option.other, option {
  color: #555;
  font-weight: normal;
}
.input-sm {
    height: 35px !important;
    /* line-height: 75px; */
    border-radius: 20px !important;
    padding: 0px 0px 0px 10px !important;
    margin-top: -5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px !important;
}
.b-cnf, .b-nll, ::-webkit-file-upload-button {
  font-family: var(--OBJ);
  border: solid 2px var(--blue2);
  background-color: #ffffff;
  font-size: 11px;
  color: var(--blue2);
  padding: 5px;
  width: 35%;
  border-radius: 22px;
  text-transform: uppercase;
}
.b-nll {
  border: solid 2px var(--blue2);
  color: var(--blue2);
}
.b-cnf {
  border: solid 2px var(--blue1);
  color: var(--blue1);
}
.b-nll:hover {
  border: solid 2px var(--blue2);
  background-color: var(--blue2);
  color: #ffffff;
}
.b-cnf:hover {
  border: solid 2px var(--blue1);
  background-color: var(--blue1);
  color: #ffffff;
}
input[tyle="file"] {
  outline: none !important;
  font-size: 12px !important;
  padding: 5px;
  border: none;
}
::-webkit-file-upload-button {
  outline: none;
  background-color: var(--blue2);
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 5px;
}
.spc {
  display: block;
  width: 100%;
  height: 50px;
  float: left;
}
h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h3 > span {
  color: var(--blue1);
}
.form-control {
  font-size: 18px;
  padding: 5px;
  height: 40px;
  border-radius: 20px;
  color: #424242;
}
.search {
  font-size: 16px;
  color: rgba(101, 101, 101, 0.24);
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  border: solid 2px #FFFFFF;
}
.search:focus {
  color: var(--blue2);
  border: solid 2px #FFFFFF;
}
.search-addon {
  color: var(--blue2);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 24px;
}
.search-group, .search-group2 {
  border-radius: 20px;
  margin-bottom: 30px;
}
.search-group2 {
  border: solid 1px #ddd;
}
.search-group {
  webkit-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
  -moz-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
  box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
}
h2, hk {
  font-family: "objektiv-mk1";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3em;
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
hk {
  font-size: 2em;
  color: var(--blue1);
  margin-bottom: 25px;
  margin-left: 0px;
}
hk.nameTK {
  font-size: 2em;
  color: var(--color);
  padding-left: 80px;
}
.tabs-vertical > li {
  text-align: center;
}
.el {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ex {
  padding-top: 10px;
}
label {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--blue2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  text-align: right;
}
label.lt {
  font-size: 14px;
}
label > em {
  font-size: 12px;
  display: block;
}
input[type="file"] {
  padding: 0px;
}
.firstrow {
    border-bottom: solid 1px #ccc;
/*    -webkit-box-shadow: 0px 5px 5px 0px rgb(40 49 59 / 15%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(40, 49, 59, 0.15);
    box-shadow: 0px 5px 5px 0px rgb(40 49 59 / 15%);
    margin-left: -20px;
    margin-right: -20px;
*/}
hkk {
  color: var(--blue1);
  font-size: 20px;
  border-bottom: solid 1px var(--blue1);
  width: 100%;
  display: block;
  margin: 10px 0 10px 0;
}
hk > h3 {
	font-weight: bold;
    color: var(--blue1);
    padding-left: 20px;
    display: inline;
}
.input-home:focus {
  text-align: left;
  border: solid 2px var(--blue2);
  text-transform: none;
}
.changed {
  color: var(--blue1);
  border: solid 2px var(--blue1);
}
.button-home {
  border: solid 4px var(--blue2);
  background-color: #ffffff;
  font-size: 20px;
  color: var(--blue2);
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 30px;
  text-transform: uppercase;
}
.button-home:hover {
  background-color: var(--blue2);
  color: #FFFFFF;
}
.button-des, .button-desr {
  border: solid 2px var(--blue1);
  background-color: #ffffff;
  font-size: 14px;
  color: var(--blue1);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 30px;
  text-transform: uppercase;
}
.button-des:hover {
  background-color: var(--blue1);
  color: #FFFFFF;
}
.button-desr {
  border: solid 2px var(--sloYellow);
  color: var(--sloYellow);
}
.button-desr:hover {
  background-color: var(--sloYellow);
  color: #FFFFFF;
}
.button-gray {
  background-color: #FFFFFF;
  color: var(--sloGray);
}
.button-gray:hover {
  background-color:  var(--sloGray);
  color: #FFFFFF;
}
button.round {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 0 0 0;
    float: right;
	border-radius: 50%;
	border: solid 1px var(--sloGray);
}
.tabs-vertical {
  margin-top: 1%;
  width: auto;
}
.tabs-vertical > li.active > a {
  color: var(--color);
}
.tabs-vertical + .tab-content {
  width: 95%;
  margin: 0;
  padding: 0 10px 0 0px;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.dsp {
  display: none;
}
.attflex  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attflex > .list-group-item.att {
	min-width: 50%;
}
.row-flex {
  padding: 10px;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  justify-content: stretch;
}
.row-flex > .col-flex {
  margin-right: 10px;
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 30%;
  max-height: 100%;
  align-self: stretch;
}
.titlesearch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.titlesearch > h2 {
  font-size: 18px;
  font-family: var(--OBJ);
  color: var(--blue1);
  margin-left: 0;
}
.titlesearch > div.search-group2 {
  margin-bottom: 0 !important;
}
.panel-heading > .panel-title {
  float: none;
}
.required {
  border: solid 2px var(--color) !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.login-page .login-header .description {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
body.login-page .login-header .description {
  color: #ffffff;
  font-size: 14px;
}
.wave {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 70px;
  width: 100%;
  background: dodgerblue;
  z-index: -1;
}
.wave::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 90%;
  width: 51%;
  height: 75px;
  background-color: white;
  right: 0px;
  top: 35px;
}
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 90%;
  width: 51%;
  height: 75px;
  background-color: dodgerblue;
  left: -8px;
  top: 25px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a {
  position: relative;
  /* width: 30px; */
  /* height: 30px; */
  color: #fff;
  margin-left: -10px;
  margin-bottom: 10px;
  padding: 5px;
  /*border-radius: 50%;*/
  text-align: center;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a:hover {
  background-color: #ffffff;
  color: var(--blue1);
}
.page-container .sidebar-menu #main-menu li {
  margin-left: 10px;
  color: var(--blue1);
}
.menuleft {
  padding-top: 0px;
}
.mt-100 {
  margin-top: 10vh;
}
.mt-30 {
  margin-top: 3vh;
}
.bltxt {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-size: 40px;
  padding-left: 1;
  text-align: right;
  border-bottom: none;
}
.blp {
  text-align: right;
  font-style: italic;
}
.h1txt {
  border-bottom: solid 2px var(--back-color);
}
.h1txt i {
  color: #BDBDBD;
}
h4 .menuleft div {
  padding-left: 0;
  padding-right: 0;
}
.off {
  text-decoration: line-through;
  color: #000 !important;
}
.fa-gradient {
  background: -moz-linear-gradient(top, var(--color) 0%, #c471ed 100%);
  background: -webkit-linear-gradient(top, var(--color) 0%, #c471ed 100%);
  background: linear-gradient(to bottom, var(--color) 0%, #c471ed 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-menu {
  -webkit-box-shadow: 0px 0px 10px 0px var(--back-color);
  box-shadow: 0px 0px 10px 0px var(--back-color);
  background-color: var(--back-color3) !important;
  border-right: solid 1px #cccccc;
}
.pt3 {
  padding-top: 3px;
}
footer {
  z-index: 100;
}
.places {
  margin-top: 15px;
}
.blr, .blrred, .blrc {
  display: block;
  width: 90%;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 10px 0 0 -20px;
  background-color: #FFFFFF;
  border-radius: 0 50px 50px 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
  -moz-box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 5px 10px 5px rgba(40, 49, 59, 0.15);
}
.blr label, .blrred label, .blrc label {
  color: var(--blue2);
}
.blrc {
  max-width: 70%;
  border-radius: 50px;
  margin-right: 15%;
  margin-left: 15%;
}
.blr col-sm-1, .blrred col-sm-1 {
  text-align: center;
}
.blrmin {
  width: 25%;
  padding: 10px;
  margin: 0 10px 20px 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    vertical-align: middle;
}
input[type="checkbox"] {
  zoom: 1.5;
  float: left;
  margin-right: 5px;
}
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo {
  overflow: hidden;
  width: auto;
}
.logo > img {
	max-width: 100%;
} 
.blrred {
  background-color: var(--blue2);
}
.blrred label {
  color: #FFFFFF;
}
.col-cm {
  width: 13%;
  display: inline-block;
}
body .page-container .sidebar-menu #main-menu li ul > li > a {
  background-color: #F9334B;
    text-align: left;
}
body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
  background-color: #ffffff;
  color: var(--blue2);
  font-weight: bold;
  margin-left: 15px;
  -webkit-box-shadow: 3px 0px 5px 0px var(--back-color);
  box-shadow: 3px 0px 5px 0px var(--back-color);
  padding: 6px;
  margin-top: 1px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
  margin-top: -10px;
  margin-left: 10px;
}
.page-container .sidebar-menu #main-menu li {
  border-bottom: none !important;
  text-align: center;
}
.nav-tabs.bordered {
  border-bottom: none !important;
}
.nav-tabs.bordered + .tab-content {
  background-color: #ffffff !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-top: 1px solid #ddd;
  webkit-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
  -moz-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
  box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15) !important;
}
body .page-container .sidebar-menu #main-menu li.active > a {
  background: #ffffff;
  color: #ff0000;
}
.list-group-item {
  cursor: pointer;
  display: flex
}
.list-group-item.att {
  border-radius: 25px;
  margin-bottom: 4px;
  padding-bottom: 2px;
}
.list-group-item.att > .accept input[type="checkbox"] {
  margin: 0px 10px 0 -7px !important;
}
.list-group-item2 {
  display: flex;
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--blue1);
  border-color: var(--blue1);
}
.list-group-item:hover {
  background-color: rgba(0, 192, 239, 0.2);
  color: #000;
}
.list-group-item > .name {
  color: rgb(0, 0, 0);
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
}
.list-group-item.att:hover {
  background-color: #fff;
  color: var(--color);
}
.accept {
  font-family: var(--OBJ);
}
.accept, .name {
  display: inline-block;
  /*  position: relative;*/
}
.accept label {
  background-color: #fff;
  border: 2px solid var(--blue1);
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  margin: 0px 10px 0 -10px !important;
}
.accept label:after {
  border: 2px solid #303641;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 20px;
  transform: rotate(-45deg);
  width: 12px;
}
.accept input[type="checkbox"] {
  height: 25px;
  opacity: 0;
  z-index: 80;
  margin: -3px 0px 0px -10px;
  width: 25px;
  position: absolute;
}
.accept input[type="checkbox"]:checked + label {
  background-color: var(--blue1);
  border-color: var(--blue1);
}
.accept input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.sidebar-collapse {
  display: none !important;
}
.page-container .main-content {
  position: absolute;
  padding: 20px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
  bottom: 3%;
  top: 0px;
  right: 0px;
  left: 65px;
  overflow: hidden;
  max-height: calc(100%-28px);
  background: #ffffff;
}
@media (max-width: 950px) {
	.page-body .page-container .main-content {
		left: -16px !important;
		top: 55px;
	}
	.scheda {
		padding: 20px 9px 0px 20px !important;
	}
	.logo > img {
		height: 20px;
		width:  auto;
	}
	#left {
		width: 220px;
	}
	#main {
		left: 290px !important;
		overflow-x:auto;
	}  
}
hr.line {
	border: dotted 1px var(--sloGray);
	width: 50%;
}
footer.main {
  padding: 5px;
  position: absolute;
  bottom: 0px;
  height: 3%;
  min-height: 28px;
  left: 65px;
  right: 0px;
  text-align: right;
  background: #efefef;
  border-top: solid 1px #ccc;
  max-height: 850px;
}
.calendar {
  min-height: 400px;
}
.fc-widget-header > table > thead > tr > th {
  min-height: 30px;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
#loading-indicator, .modalk {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 23% 48%;
}
#loading-indicator > div {
  padding: 5%;
}
.modalk {
  background: rgb(0 0 0 / 50%);
}
.modalk-content {
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  -moz-box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 10px 5px 0px rgba(40, 49, 59, 0.15);
  border: solid 2px #efefef;
  background-color: #ffffff;
  left: 25%;
  right: 20%;
  top: 10%;
  position: absolute;
}
.modalk-content.big {
    left: 1% !important;
    right: 1% !important;
    top: 1% !important;
	bottom: 10% !important;
    overflow-y: scroll;
}
.modalk-footer {
  padding: 10px;
  text-align: center;
}
.modal-body label {
  font-size:14px !important;
}
.logoV {
  text-align: center;
  overflow: hidden;
}
#main, #main2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  left: 395px !important;
  right: 0px;
  position: fixed;
  bottom: 3%;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0px;
  z-index: 1;
}
#main2 {
  padding-left: 10px;
  padding-right: 10px;
  left: 65px !important;
}
#scheda {
  position: absolute;
  padding: 20px;
  left: -100%;
  right: 120%;
  /*	left:350px;
	right: 0;*/
  top: 0px;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 0px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 20px -9px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
overflow-x: hidden;
}
#left {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 0px 10px 5px rgba(40, 49, 59, 0.15);
  z-index: 20;
  width: 303px;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
}
.pnlUser {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(40, 49, 59, 0.15);
  box-shadow: 0px 0px 10px 5px rgba(40, 49, 59, 0.15);
  background-color: #ffffff;
}
.btn-white {
  border: none;
}
.btn-white:hover {
  color: var(--color) !important;
  font-weight: bold !important;
  background-color: #fff;
}
@keyframes search {
  0% {
    width: 100%;
  }
  50% {
    width: 10px;
  }
  100% {
    width: 100%;
  }
}
@keyframes shine-lines {
  0% {
    background-position: -100%;
  }
  40%, 100% {
    background-position: 100%;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
.onlyprt {
  display: none;
}
@media print {
  * {
    font-size: 95% !important;
  }
  .onlyprt {
    display: inline-block !important;
  }
  .sidebar-menu {
    display: none;
  }
  hkk {
    border-bottom: solid 1px #000000;
  }
  .main-content, #main2 {
    left: 0px !important;
  }
  .inp:disabled, .sep:disabled, .inp, .sep {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #000000;
  }
  textarea.inp {
    border-radius: 0px;
    border: dotted 1px #000000;
  }
  ul.wysihtml5-toolbar, .noprt, footer, hk > i {
    display: none !important;
  }
  .btn-min-cyan {
    border: solid 2px #000000;
  }
  .page-container .main-content, #main2 {
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    bottom: auto !important;
  }
  .ragsoc {
    font-size: 24px;
    margin-bottom: 100px;
  }
  hk {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }
}
.nts {
  margin: 5px;
}
.nts.off {
  background-color: #ccc !important;
  border-color: #ccc;
}
/* TIMELINE */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline > li {
  margin-bottom: 20px;
  display: block;
}
.timeline > li:before, .timeline > li:after {

  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {

  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 100%;
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
/*  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";*/
}
.timeline > li > .timeline-panel:after {
/*  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
*/}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.RRow > .timeline-panel {
  float: left;
}
.timeline > li.RRow > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.RRow > .timeline-panel:after {
  opacity: 1;
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
li.RQRow .timeline-panel {
  border-top: solid 5px var(--blue1) !important;
}
li.MRow .timeline-panel {
  border-top: solid 5px var(--sloYellow) !important;
}
li.TRow .timeline-panel {
  border-top: solid 5px var(--sloGreen) !important;
}
li.sRow .timeline-panel {
  border-top: solid 5px #3f903f !important;
}
li.RRow .timeline-panel {
  border-top: solid 5px #f0ad4e !important;
}
li.WRow .timeline-panel {
  border-top: solid 5px #d9534f !important;
  /*margin: 0 25% 0 25%;*/
}
.timeline-panel {
  border-top: solid 5px #d9534f !important;
	margin-bottom: 20px;
  /*margin: 0 25% 0 25%;*/
}
li.privateRow .timeline-panel:after, li.privateRow .timeline-panel:before {
  opacity: 0;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}


/*Tamponi*/
table.tt {
    width: 100%;
}
table.tt > tr {
    border-bottom: solid 1px #ccc;
}
table.tt > tr:nth-child(1) {
    border-top: solid 1px #ccc;
}
table.tt > tr > td:nth-child(1) {
    border-left: solid 1px #ccc;
}
table.tt > tr > td {
    border-right: solid 1px #ccc;
    padding: 5px;
    width: 33%;
}
.excel_table {
    max-height: 250px;
    overflow-y: scroll;
}
.button-des, .button-desr, form {
    margin-bottom: 0px;
}
.srvCO\. {
	background-color: #C5E0DC !important;
}
.srvNO\. {
	background-color: #ed3b59 !important;
}
.srvOK\. {
	font-weight: bolder;
	background-color: #4caf50 !important;
}
.srvRE\. {
	font-weight: bolder;
	background-color: #E1743E !important;
}
.srvPE\. {
	font-weight: bolder;
	background-color: #ECD078 !important;
}
.srvRI\. {
	font-weight: bolder;
	background-color: #F56991 !important;
}
.srvFA\. {
	font-weight: bolder;
	background-color: #76abb5 !important;
}

tr.srvNO\.:hover, tr.srvFA\.:hover, tr.srvRI\.:hover {
	color: #000000 !important;
}

.srvNO\.:hover, .srvFA\.:hover, .srvRI\.:hover {
	color: #FFFFFF !important;
}



.vsrvCO\. {
	color: #00FFFB !important;
}
.vsrvNO\. {
	color: #FF0000 !important;
}
.vsrvOK\. {
	font-weight: bolder;
	color: #4caf50 !important;
}
.vsrvRE\. {
	font-weight: bolder;
	color: #FF8E00 !important;
}
.vsrvPE\. {
	font-weight: bolder;
	color: #E0FF00 !important;
}
.vsrvRI\. {
	font-weight: bolder;
	color: #FF00FF !important;
}
.vsrvFA\. {
	font-weight: bolder;
	color: #0083b0 !important;
}


[name="searchcrew"],[name="searchbill"] {
	width: 65%;
	max-width: 65%;
}


/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
