
/* Testo della sezione */
.section-main-menu-title{
	/* font-weight: bold; */
	font-size: 170%;
	padding: 20px;
}
.section-main-menu-text{
	font-size: 120%;
  padding: 0px;
}

/* Tasto che sembra un link */
.button-link{
	background:none!important;
	color:inherit;
	border:none; 
	padding:0!important;
	font: inherit;
	/*border is optional*/
	/* text-decoration:underline;  */
	cursor: pointer;
}
button:hover.button-link{text-decoration:underline;}


.intestazione-title{
	font-weight: bold;
	font-size: 170%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.intestazione-subtitle{
	font-size: 130%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}


.sub-menu-label{
	border-bottom: 0px!important;
	font-size:15px;
}


/* ---------------- Popup ---------------- */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup:hover{
	text-decoration: underline;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 150px;
    background-color: #ffffff;
    color: #666666;
    text-align: left;
    border-radius: 3px;
	  border: 1px solid #E1E1E1;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 125%;/* bottom: 125%; */
    left: 50%;
    /* margin-left: -80px; */
}

/* Popup arrow */
.popup .popuptext::after {
	visibility: hidden;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #E1E1E1 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* loader -> loading wait */
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Menu page items  */

.menu-page-element {
  border-radius: 4px;
  transition: opacity 0.15s linear;
  opacity: 1;
  border: 2px solid #DDDDDD;
  padding: 5px;
  margin: 10px;
  background-color:#FFFFFF;
  height: 160px;
  width: 340px;
  display: inline-block;

}
.menu-page-element-xs {
  transition: opacity 0.15s linear;
  opacity: 1;
  border-bottom: 2px solid #DDDDDD;
  padding: 5px;
  margin: 10px;
  background-color:#FFFFFF;
  height: 150px;
  display: inline-block;
}

.menu-page-element-rigth {
  text-align: left;
}

.menu-icon {
  height: 100px;
  width: 70px;
  display: table-cell; 
  text-align: center;
  vertical-align: top;
  padding:10px;
  padding-top:20px;
  margin: 0;

}
.menu-icon-oldddd {
  height: 100px;
  width: 70px;
  display: table-cell; 
  text-align: center;
  vertical-align: middle;
  padding:10px;
				   
  margin:0;

}
.sub-menu-icon{
  margin:15px;
}

.menu-page-element-title {
  font-size: 16px;
  vertical-align: top;
  /* text-align: center; */
}

.menu-home-icons {
	width:40px;
}

/* lista degli eventi collegati alla didattica all'interno del popup, finestra di dettaglio aula */
.div-descr-room-popup{
  border-radius: 4px;
  transition: opacity 0.15s linear;
  opacity: 1;
  border: 2px solid #DDDDDD;
  padding: 10px;
  margin: 10px;
  background-color:#FFFFFF;
}
.title-descr-room-popup {
  font-weight: bold;  
}

/* ------------------------------------ */
.info-multi-anno-cdl{
  /* color:#E63B18;  */
  font-size:12px;
}

/* ----------------- modalità solo griglia ------------------- */
.university-name-only-grid{
  font-size:20px;
  text-align:left;
}
.header-only-grid{
  border-bottom: 3px solid #000000;
}
.element-header-only-grid{
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.open-attachment-link {
  text-decoration: none;
}
/* ------------------ header caso mobile --------------------- */
.globalsearch-input{
  padding-left:8px; 
  vertical-align:top;
}
.globalsearch-icon{
  cursor:pointer;
}
.row-header{
  padding-top:10px; 
  padding-bottom:10px; 
  padding-left:5px;
  padding-right:5px;
}
.mobile-title-page{
  font-size: 18px;
  padding:10px 5px;
}

/* legenda */
.legend-body-content{
	padding-top: 10px;
}
.legend-body-title{
	font-weight: bold;
}
.legend-body-section{
	padding-left: 15px;
}


/* aulestudio */
.container-arrow1{
	height:100%;
	display:block;
}
.container-arrow2{
	display:table;
	height:100%;
}
.container-arrow3{
	display: table-cell; 
	vertical-align: middle;
}
.popup-title-aulestudio{
	height:20%;
	padding:10px;
	font-weight:500;
	text-align:center;
	font-size:170%;
}
.popup-subtitle-aulestudio{
	font-weight:500;
	text-align:center;
	font-size:150%;
}
.popup-text-aulestudio{
	text-align:center;
}




.highlight{
	height:28px;
	border: 1px solid #aaa;
	border-radius: 4px;
	color:#444;
	padding-left:8px;
}

.popup{
	display:inline-block;
	/* margin-top:5px; */
	cursor:pointer;
}

.popup:hover{
	text-decoration:underline;
}

.annullato{
	color:#a70808;
}

/* per l'accessibilità  */
.new-focus-lang:focus {
  /* color: #000!important; */
  border: 1px solid #fff!important;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /* background-color: #fff!important; */
}
.new-focus-std:focus {
  border: 1px solid #fff!important;
}
.new-focus-on-white:focus {
  border: 1px solid #000!important;
}

a.skip-popup {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-popup:focus, a.skip-popup:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    font-size:1.2em;
    z-index:1080;
	text-align:center;
}


/* menu dropdown */
.dropbtn {
  /* background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px; */
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
  font-weight:bold;
}
.menu-dropdown {
  position: relative;
  display: inline-block;
}
.menu-dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f1f1f1;
  /* min-width: 200px; */
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
}
.menu-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.menu-dropdown a:hover {font-weight: bold;}
.menu-dropdown-show {display: block;}




.custom-table{
	display:table;
	width:80%;
	table-layout:auto;     
	border-spacing:5px;
	border-collapse:collapse;
}
.custom-table-column-left{
	display:table-column; 
	float:left;
	height:auto;
	vertical-align:center;
	text-align:left;
	padding:10px;
	overflow:auto;
}
.custom-table-column-center{
	display:table-column; 
	float:left;
	height:auto;
	vertical-align:center;
	text-align:center;
	padding:10px;
	overflow:auto;
}
.custom-table-column-right{
	display:table-column; 
	float:left;
	height:auto;
	vertical-align:center;
	text-align:right;
	padding:10px;
	overflow:auto;
}
@media (max-width: 768px) {
	.custom-text-input{
		width:80%;
	}
}
.custom-text-input{
	width:50%;
}








/* CUSTOM "CHECKED" ICON */
.cboxB input:checked ~ label:before { content: "\2714"; }
.cboxB input { display: none; }
.cboxB label:before {
  display: inline-block;
  content: "\00a0"; /* Blank space */
  width: 20px;
  margin-right: 5px;
  text-align: center;
  background: #ddd;
}
.cboxB {
  font-size: 16px;
  line-height: 20px;
  margin: 10px;
}
.cboxB label { cursor: pointer; }
.cboxB label:hover::before { background: #ddd; }
.results-table{
	/* padding-top:20px; */
	padding-bottom:20px;
}
/* -------------------------- */

.title-page{
	font-weight: bold;
	font-size: 170%;
}
.explanation-text{
	color:#646464;
	font-size:15px;
	padding-bottom:10px;
}
.first-info-box{
	font-size:120%;
	text-align:right;
}
.button-row{
	/* width:100%; */
	text-align:center;
}
@media (max-width: 768px) {
	.normal-button{
		margin:5px;
	}
}
.normal-button{
	font-weight:bold;
	width:200px;
	margin:5px;
}
.inline-button{
	margin-top:20px;
}

.legend-button{
	font-weight:bold;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}


.title-box-content-big{
	font-size:30px;
}
.title-box-content-small{
	font-size:20px;
}

@media (min-width: 768px) {
	.container-box{
		margin-left:10px;
		margin-right:10px;
	}
}

.link-text-right{
	padding-right:5px;
	padding-top:10px;
}

@media (max-width: 768px) {
	.distance-top-xs{
		padding-top:10px;
	}
}
@media (min-width: 768px) {
	.popup-info-square{
		width:50%;
	}
}

@media (min-width: 768px) {
	.custom-alert-popup{
		width:30%;
	}
}



/* gestione delle prenotazioni */
.box-header-big{
	font-size:20px;
	line-height: 120%;
}
.box-header-small{
	font-size:15px;
}

/* box */

.colored-box{
	border:1px solid #DDDDDD;
	margin:15px;
	background-color: #ffffff;
}
@media (max-width: 500px) {
	.colored-box{
		border:1px solid #DDDDDD;
		background-color: #ffffff;
	}
}
.colored-box-header{
	padding:10px;
}
.colored-box-section-1{
	padding:10px;
	text-align:center;
	line-height:150%;
	/* font-weight:bold; */
}
.colored-box-section-2{
	border-top:1px solid #DDDDDD;
	padding:10px;
}


.homepagebox{
	width: 250px;
	border-radius: 10px;
}
.homepagebox .colored-box-header {
	border-radius: 7px 7px 0px 0px;
}




/* breadcrumb */
.custom-breadcrumb{
	padding-top:15px;
	padding-bottom:15px;
}
.custom-breadcrumb-title{
	font-size:20px;
}
.custom-breadcrumb-subtitle{
	font-size:18px;
	color:#4b5159;
}
.custom-breadcrumb-small-link{
	font-size: 15px;
	line-height: 30px;
	color: #483e3e;
}

@media (min-width: 768px) {
	.search-string-class{
		text-align:left;
	}
}





/* text-link */


.text-link{
	color: #2075ac;
	text-decoration: none;
}
.text-link:hover,
.text-link:focus{
	color: #1b557a;
	text-decoration: underline;
	cursor:pointer;
}
.text-link:focus{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


.rounded-element-red{
	/* background-color: #E12D32;
	color: #FFFFFF;
	border: solid 1px #E12D32;
 */
	padding: 7px;

    /* display: inline; */
    border-radius: 12px;
    border: 0;
    margin: 0 10px;
    background: #E12D32;
    font-size: 15px;
    line-height: 15px;
    color: white;
    box-sizing: content-box;
}
@media (min-width: 768px) {
	.rounded-element-red{
		display: inline;
	}
}

.box-note{
	border:1px solid #DDDDDD;
	background-color:#E1E1E1;
	color: #000000;
	padding:5px;
	text-align:left;
}




