@charset "ISO-8859-1";


.material-symbols-rounded {
  display: flex;align-items: center;justify-content: center;
  font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 200,
  'opsz' 24
}

@font-face {
	font-family: 'MyCustomFont';
	src: url('fonts/myfont.woff2') format('woff2'),
		 url('fonts/myfont.woff') format('woff');
		 font-family: 'MyCustomFont'; /* Il nome che userai */
    src: url('font.ttf') format('truetype'); /* Percorso locale */
    /* oppure */
    /*src: url('https://fonts.gstatic.com/s/roboto/v28/KcrP1b9eQeP61J-7Xw6e4_L.woff2') format('woff2'); */ /* URL esterno (Google Fonts) */
    font-weight: 400;
    font-style: normal;
}

:root{
	--mainColor: #204ccf;
	--lightBlue: #007fff;
	--secondColor: #E6EFFF;
	--secondColorDark: #dae6f8;
	--darkRed: #E50000;
	--darkGreen: #008900;
	--mainColorClear: #D9E6F7;
}


:disabled{
	cursor: not-allowed;
}

.uppercase{
	text-transform: uppercase;
}


*{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

input{
	border: 1px solid #d2d2d2;
	min-height: 30px;
	border-radius:5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea{
	border: 1px solid #d2d2d2;
	min-height: 80px;
	max-height: 80px;
	font-size: 14px;
	border-radius:5px;
}

body{
	margin: 0px;
	padding: 0px;
}



@media only screen and (max-width: 480px) {

	.ContainerSubBodyIndex{
		width: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.toolbar_main_section{
		width: 100% !important;
		font-size: 15px !important;
	}

	.toolbar_main_section>div{
		width: 100% !important;
		margin: 0px !important;
		padding: 12px !important;
		border-radius: 0px !important;
	}

	.ContainerConnectivityMessage{
		bottom: 10px !important;
		width: 97% !important;
		left: 1.5% !important;
	}

}

@media only screen and (min-width: 481px) and  (max-width: 1199px){

    h3.titlePageStyle{
		width: 100% !important;
		margin-left: 5px;
		margin-right: 5px;
	}


}

@media only screen and (min-width: 1200px) {

    h3.titlePageStyle{
		margin-right: 10px;
	}

}


h3.titlePageStyle{
	background: #204ccf;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	border-radius: 5px;
}


h3.titlePageStyle2{
	background: #204ccf;
	color: #fff;
	padding: 6px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


div.containerElementPageSection{
	width: 100%;
	padding: 0px;
	margin: 0px;
}


.buttonColorPrimary{
	border: 0px;
	min-height: 30px;
	background: #204ccf;
	color: #fff;
	border-radius: 5px;
}

.buttonColorPrimary:hover,.buttonColorPrimary:focus{
	cursor: pointer;
	background: #4D70D9;
	transition: 0.4s;
}

.btn-red-clean{
	border: 0px;
	min-height: 30px;
	background: #FFC8C8;
	color: #FF1E1E;
	border-radius: 5px;
	cursor: pointer;
}

.buttonColorWhite{
	border: 0px;
	min-height: 30px;
	background: rgb(0,0,0,0);
	border-radius: 5px;
}

.buttonColorWhite:hover,.buttonColorWhite:focus{
	cursor: pointer;
	background: #F2F2F2 !important;
	transition: 0.4s;
}



button.buttonFilterSearchLeft{
	border-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

button.buttonFilterSearchRight{
	border-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


div.containerDropdownMenu{
	position: absolute;
	display: none;
	background: #fff;
	min-width: 10%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
}


button.buttonDropdownMenu{
	width: 100%;
	min-height: 30px;
	text-align:left;
	border: 0px;
}

div.containerDataGridLayout{
	display: inline-block;
	border-radius: 5px;
	margin-right: 3%;
	margin-top: 3%;
	box-shadow: 0px 0px 10px 0px #eee;
}

div.containerButtonActionGridLayout{
	width: 100%;
	padding-top: 1%;
	padding-right: 1%;
}

h4.TitleDataGridLayout{
	margin: 2%;
	font-size: 16px;
	text-align:left;
}

h6.DescriptionDataGridLayout{
	margin: 2%;
	font-size: 13px;
	text-align:left;
}


button.borderBottomActive{
	background: white;
	transition: 0.5s;
	color:#204ccf;
	height: 35px;
	margin-left: 2%;
	border: 0px solid #204ccf;
	border-bottom: 5px solid #204ccf;
}


button.borderBottomActive:hover,button.borderBottomActive:focus{
	border-color: #fff;
	cursor: pointer;
	transition: 0.5s;
}


button.borderBottomNotActive{
	background: white;
	color: #000;
	margin-left: 2%;
	height: 35px;
    transition: 0.5s;
	border: 0px solid #204ccf;
	border-bottom: 5px solid rgb(0,0,0,0);
}


button.borderBottomNotActive:hover,button.borderBottomNotActive:focus{
	cursor: pointer;
	border: 0px solid #204ccf;
	transition: 0.5s;
	border-bottom: 5px solid #204ccf;
	color: #204ccf;
}


.hoverTextRed:hover,.hoverTextRed:focus{
	transition: 0.4s;
	color: red;
	cursor:pointer;
}

.hoverTextColorPrimary:hover,.hoverTextColorPrimary:focus{
	transition: 0.4s;
	color: #204ccf;
	cursor:pointer;
}


.buttonBackgroundWhiteAndBorderColorPrimary{
	font-size: 13px;
	border: 1px solid var(--mainColor);
	background: #fff;color: #000;
	margin-left: -5px;
	padding: 5px;
}

.hoverBackgroundColorPrimary:hover,.hoverBackgroundColorPrimary:focus{
	transition: 0.4s;
	background: var(--mainColor);
	color: #fff;
	cursor:pointer;
}


button.hoverTextGreenAndBackgroundWhite:hover,button.hoverTextGreenAndBackgroundWhite:focus{
	transition: 0.4s;
	background: #fff;
	color: green;
	cursor: pointer;
}

button.hoverTextRedAndBackgroundWhite:hover,button.hoverTextRedAndBackgroundWhite:focus{
	transition: 0.4s;
	background: #fff;
	color: red;
	cursor: pointer;
}


.hoverBackgroundWhiteAndTextBlack{
	color: #fff;
	background: #E21F1F;
	border-radius: 5px;
  	padding: 10px 20px;
  	font-size: 20px;
	cursor: pointer;
	margin: 10px;
	transition: 0.6s;
	position: relative;
	box-shadow: 0px 0px 10px 0px #9C4A4A;
	z-index: 1;
	overflow: hidden;
}


.hoverBackgroundWhiteAndTextBlack::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  color: #000;
  background: #fff;
  z-index: -1;
  transition: 0.6s;
}


.hoverBackgroundWhiteAndTextBlack::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}

.hoverBackgroundWhiteAndTextBlack:hover::before{
  height: 180%;
}

.hoverBackgroundWhiteAndTextBlack:hover{
	cursor: pointer;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
	color: #000;
}




.hoverBackgroundF5F5F5{
	color: #000;
	background: #fff;
  	padding: 10px 20px;
  	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	margin: 10px;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.hoverBackgroundF5F5F5::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #F5F5F5;
  z-index: -1;
  transition: 0.5s;
}


.hoverBackgroundF5F5F5::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}

.hoverBackgroundF5F5F5:hover::before{
  height: 180%;
}

.hoverBackgroundF5F5F5:hover,.hoverBackgroundF5F5F5:focus{
	cursor: pointer;
	background: #F5F5F5;
}

.hoverFormBackgroundColorPrimaryToF5F5F5{
	color: #fff;
	background: #204ccf;
  	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.hoverFormBackgroundColorPrimaryToF5F5F5::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #F5F5F5;
  z-index: -1;
  transition: 0.3s;
}


.hoverFormBackgroundColorPrimaryToF5F5F5::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}

.hoverFormBackgroundColorPrimaryToF5F5F5:hover::before{
  height: 180%;
  background: #F5F5F5;
}

.hoverFormBackgroundColorPrimaryToF5F5F5:hover{
	cursor: pointer;
	color: #000;
	background: #F5F5F5;
}





.hoverFormBackgroundWhiteToRed{
	color: #000;
	background: #fff;
  	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.8s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.hoverFormBackgroundWhiteToRed::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: red;
  z-index: -1;
  transition: 0.8s;
}


.hoverFormBackgroundWhiteToRed::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}

.hoverFormBackgroundWhiteToRed:hover::before{
  height: 180%;
  background: red;
}

.hoverFormBackgroundWhiteToRed:hover,.hoverFormBackgroundWhiteToRed:focus{
	cursor: pointer;
	color: #fff;
	background: red;
}







.hoverFromBackgroundWhiteToBackgroundF5F5F5{
	color: #000;
	background: #fff;
  	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.hoverFromBackgroundWhiteToBackgroundF5F5F5::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #F5F5F5;
  z-index: -1;
  transition: 0.5s;
}


.hoverFromBackgroundWhiteToBackgroundF5F5F5::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}

.hoverFromBackgroundWhiteToBackgroundF5F5F5:hover::before{
  height: 180%;
}

.hoverFromBackgroundWhiteToBackgroundF5F5F5:hover,.hoverFromBackgroundWhiteToBackgroundF5F5F5:focus{
	cursor: pointer;
	background: #F5F5F5;
}





.hoverTextWhiteBackgroundColorPrimary{
	background: #fff;
	transition: 0.2s;
}

.hoverTextWhiteBackgroundColorPrimary:hover,.hoverTextWhiteBackgroundColorPrimary:focus{
	cursor: pointer;
	transition: 0.2s;
	background: #204ccf;
	color: #fff;
}



div.containerButtonCustomizedSearch{
	position: absolute;
	display: none;
	margin-top: 0.5%;
	width: 10%;
}

button.buttonOptionsCustomizedSearch{
	border-radius: 5px;
	border: 0px;
	height: 35px;
	background: #204ccf;
	color: #fff;
	transition: 0.4s;
	margin-top: 2%;
}

button.buttonOptionsCustomizedSearch:hover,button.buttonOptionsCustomizedSearch:focus{
	cursor: pointer;
	background: #fff;
	color: #204ccf;
	transition: 0.4s;
}

label.LabelDescriptionFormSearchCustomized{
	width: 2%;
	text-align: center;
	font-size: 13px;
}


/* ANIMAZIONI */
@keyframes animToolbar{
	from{
		width: 50%;
	}
	to{
		width: 100%;
	}
}


/**
ELEMENT TOGGLE BUTTON
**/
.containerAllElementToggleButton{
	width: 50px;
	background: #eee;
	border-radius: 20px;
	padding: 1px;
}

.markerToggleButton{
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	background: var(--mainColor);
	border-radius: 50%;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border: 0px solid #c0c0c0;
	border-radius: 5px;
	background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
	cursor: pointer;
}


/**
TEST DI ELEMENT PER CALENDARIO PER LA SCELTA DEL GIORNO
**/
.name-of-day-slot{
	text-align: center;
	width: 36px;
	height: 36px;
	color: rgba(0,0,0,.54);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}


.day-calendar.active{
	background: #c6dafc;
	transition: 0.5s;
}

.day-calendar.start{
	border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
	transition: 0.5s;
}

.day-calendar.end:not(.highlight){
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
	transition: 0.5s;
}

.single-selection:not(.highlight){
	border-radius: 50% !important;
	color: #fff;
	transition: 0.5s;
	background: var(--mainColor) !important;
}

.day-calendar{
	margin: 0px !important;
	border-radius: 0px;
	transition: 0.5s;
}

.day-calendar.active:hover{
	cursor: pointer;
	background: var(--mainColor);
	color: #fff;
	transition: 0.5s;
	font-size: 15px !important;
}

.day-calendar:not(.active):not(.highlight):hover{
	cursor: pointer;
	background: #c6dafc;
	transition: 0.5s;
	border-radius: 50%;
	font-size: 15px !important;
}

.day-calendar.highlight{
	border-top: 1.5px dashed var(--mainColor);
	border-bottom: 1.5px dashed var(--mainColor);
	transition: 0.5s;
}

.day-calendar.highlight.starthighlight{
	border-left: 1.5px dashed var(--mainColor);
	border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
	transition: 0.5s;
}

.day-calendar.highlight.endhighlight{
	border-right: 1.5px dashed var(--mainColor);
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
	transition: 0.5s;
}


.day-calendar-big{
	margin: 0px !important;
	border-radius: 0px;
	transition: 0.5s;
}


.handy-marker-position-vehicle{
	background-color: var(--mainColor);
	box-shadow: 0px 0px 10px 0px var(--mainColor);
	border: 2px solid rgb(255,255,255,0.5);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
}