@charset "UTF-8";

/*
    Blue:   #0266a7   39, 101, 162
	Green:  #3475B0   52, 117, 176     
	
	Coscioni:  #3475B0 52, 117, 176
*/

.titolo-applicativo {
	color: white !important;
	font-size: larger !important;
}

table.compact {
	border-collapse: separate; }
	
    table.compact td {
	  border: solid 1px;
	  border-color: #CCCCCC;
	  background-color: #FFFFFF;
      border-left-width: 0;
	  border-top-width: 0;
	  text-align: left;
	  padding: 0.3rem; }
    table.compact tbody tr {
      border: solid 1px;
      border-left-width: 0;
      border-top-width: 0; }
      table.compact tbody tr td:first-child {
        border-left-width: 1px; }
    table.compact tbody tr:first-child td {
      border-top-width: 1px; }
    table.compact thead {
      border-bottom: 0; }
    table.compact tfoot {
      border-top: 0; }

table.iniz {
	border-collapse: separate; }
	
    table.iniz td {
	  /*
	  border: solid 1px;
	  border-color: #CCCCCC;
	  */
	  background-color: #FFFFFF;
      border-left-width: 0;
	  border-top-width: 0;
	  text-align: left;
	  padding: 0.4rem; }
    table.iniz tbody tr {
      /* border: solid 1px; */
      border-left-width: 0;
      border-top-width: 0; }
    table.iniz tbody tr td:first-child {
        border-left-width: 1px; }
    table.compact tbody tr:first-child td {
      border-top-width: 1px; }
    table.compact thead {
      border-bottom: 0; }
    table.compact tfoot {
      border-top: 0; }


#sla-page,
#profile-page,
#appl-page,
#serv-page,
#oper-page,
#new-oper-page {
	display: none;
}

.title {
	text-align: center;
	font-size: larger;
}

.highlight {
	color: #3475B0;
	font-weight: bolder;
}


.bookable {
	color: #3475B0 !important;
	font-weight: bolder;
	cursor: pointer;	
}

.booked {
	color:#800000 !important;
	font-weight:bolder;
}

.booked-by-me {
	color:#0266a7 !important;
	font-weight:bolder;	
	cursor: pointer;	
}

.not-bookable {
	color:#888888 !important;	
}

.bookings-present {
	color: #3475B0 !important;
	font-weight: bolder;
	cursor: pointer;	
}

.no-bookings {
	color:#888888 !important;	
	font-weight: bolder;
}

.org-name {
	font-size: larger;
}

.org-descr {
	font-size: larger;
}

.headerTitle {
  width: 300px;
  text-align: center;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#x-container {
	width: 80%;
	/*border-radius: 25px;*/
	padding: 15px 15px 15px 15px;
	margin: 20px 20px 20px 20px;
	overflow: visible;
	position: relative;
}

.x {
	position: relative;
	float: left;
	background: transparent !important;
	box-shadow: none !important;
	color: #FFFFFF !important;
	font-size: larger;
	top: -45px;
	left: -15px;
}

.modal-pleasewait {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	/* background-color: white; */
	align: center;
	margin-left: 45%;
}

/* Add padding and center-align text to the container */
.modal-container {
	padding: 12px;
	text-align: center;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #eeeeee;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 50%;
	/* Could be more or less, depending on screen size */
}

.modal-select-content {
	background-color: white;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 80%;
	opacity: 1.0;
}

/* Clear floats */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}


.tooltip {
	position: relative;
	display: inline-block;
	color: #0266a7;
	font-weight: bolder;
}

.has-tooltip {
	color: #0266a7;
	font-weight: bolder;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 10rem;
	/* background-color: #0266a7; */
	background-color: rgba( 39, 101, 162, 0.8 );
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	padding: 6px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -60px;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.65;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	/* border-color: transparent transparent rgba( 39, 101, 162, 0.8 ) transparent; */
    border-color: transparent transparent var(--ttp, rgba( 39, 101, 162, 0.8 )) transparent;

}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.calendar {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.add-command {
	color: #3475B0;
	font-size: large;
	cursor: pointer;
}

.edit-command {
	color: #0266a7;
	font-size: large;
	cursor: pointer;
}

.delete-command {
	color: #AA0000;
	font-size: large;
	cursor: pointer;
}

.none-command {
	color: #888888;
	font-size: large;
}

.meetingInfo {
	border: 2px solid  #3475B0;
	border-radius: 6px;
	padding: 6px;
	background-color: white;
	text-align:center;
	width: 80%;
	margin: 0 auto;
	margin-bottom:12px;
}

.field-toggle {
	display: inline-block;
	color: #0266a7;
	cursor: pointer;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: underline;
}

.field-toggle:hover {
	/* color: #0266a7; */
}

.field-text {
	display: inline-block;
	border: 1px solid rgba(39, 101, 162, 0.7);
	border-radius: 2px;
	background-color: #E0F0FF;
	cursor: pointer;
	padding: 4px;
	word-break: normal;
}

.field-text:hover {
	/*
	background-color: #FFFFCC;
	border: 1px solid #DDDDDD;
	*/
}

.field-number {
	display: inline-block;
	border: 1px solid rgba(39, 101, 162, 0.7);
	border-radius: 2px;
	background-color: #E0F0FF;
	cursor: pointer;
	padding: 4px;
	word-break: break-all;
}



.field-number:hover {
	/*
	background-color: #FFFFCC;
	border: 1px solid #DDDDDD;
	*/
}

.field-image {
	cursor: pointer;
	border: 2px solid transparent;
}

.field-checkbox {
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.field-checkbox:hover {
	cursor: pointer;
}

.field-image:hover {
	cursor: pointer;
	border: 2px dashed rgba(39, 101, 162, 0.7);
	background-color: #E0F0FF;
}

.alertBox {
	position: absolute;
	z-index: 10000000;
	top: 12px;
	left: 50%;
	display: none;
}

.alertBoxMessage {
	position: relative;
	left: -50%;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.errorBox {
	position: absolute;
	z-index: 10000000;
	top: 12px;
	left: 50%;
	display: none;
}

.errorBoxMessage {
	position: relative;
	left: -50%;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #800000;
	background-color: #ffefd8;
	border-color: #e9d6c6;
}


#emailInfo {
	position: absolute;
	left: 50%;
	width: 40rem;
	margin-left: -20rem;
	top: 20px;
	z-index: 10000000;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333333;
	background-color: #FFFFFF;
	border-color: #0266a7;
	display : none;
}

.incidentBox {
	display: none;
	position: absolute;
	margin-top: -20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index : 2000;
}

.incidentBoxMessage {
	width: 50%;
	margin: 0 auto;
	margin-top: 6rem;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 16px;
	border: 2px solid #CC0000;
	border-radius: 4px;
	color: #333333;
	background-color: white;
	z-index : 4000;

}

.supportBox {
	display: none;
	position: absolute;
	margin-top: -20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index : 2000;
}

.supportBoxMessage {
	width: 80%;
	margin: 0 auto;
	margin-top: 8rem;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 16px;
	border: 2px solid #0266a7;
	border-radius: 4px;
	color: #333333;
	background-color: white;
	z-index : 4000;

}


.adminSection {
	background-color: transparent;
}

.queueNumber {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3475B0;
	border: 2px solid #3475B0;
	padding-left: 6px;
	padding-right: 6px;
}

.evidenzia {
	color: #3475B0;
	font-weight: bold;
}

.openStatus {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3475B0;
	border: 2px solid #3475B0;
	padding-left: 6px;
	padding-right: 6px;
}

.closedStatus {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #CC0000;
	padding-left: 6px;
	padding-right: 6px;

}

.pagepleasewait {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
	vertical-align: middle;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.pleasewait {
	position: fixed;
	/* margin: 0 auto; */
	margin-top: 100px;
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	animation: spin 2s linear infinite;
	/* background-color: white; */
}


.servicesBoxes {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr ));  
  grid-gap: 1.5rem;
  margin: 0 auto;
  line-height: normal;
}

.serviceBox {
	width: 100%;
	height: 100%;
	justify-self : center;
	text-align: center;
	background-color: white;
    padding: 2rem;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);	
	border-radius: 4px;  
}

.actionsInService {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat( auto-fit, minmax(8rem, 1fr ));  
  margin: 0 auto;
  margin-top: 0.5rem;
}

.actionInServiceBox {
	width: 100%;
	height: 100%;
	justify-self : center;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 1rem;
	margin-right: 1rem;
	cursor: pointer;
	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

.actionInServiceLegend {
	font-size: smaller;
	color: #666666;
	padding-top: 0.4rem;
}


.boxIcon {
	/*
	position: relative;
	left: 0.5rem;
	top: 0.1rem;
	margin-left: -3rem;
	margin-top: -3rem;
	text-align: left;
	*/
	font-size: 2rem;
	margin-bottom: 0.4rem;
}

.proceduresBoxes {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr ));  
  grid-gap: 2rem;
  margin: 0 auto;
}

.procedureBox {
	width: 100%;
	height: 100%;
    line-height: normal;
	justify-self : center;
	text-align: center;
	background-color: white;
    padding: 2rem;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);	
	border-radius: 4px;  	
}

.casesBoxes {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr ));  
  grid-gap: 2rem;
  margin: 0 auto;
}

.caseBox {
	width: 100%;
	height: 100%;
    line-height: normal;
	justify-self : center;
	text-align: center;
	background-color: white;
    padding: 2rem;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);	
	border-radius: 4px;  	
}


