.alert-note {
	background-color: #bae3ef; padding: 30px;
}


/* bottone comando*/
span.button-blue {
	background-color: #7EC6F0; padding: 10px; color: #ffffff; text-decoration: none;border-radius:8px;
}
/* fascia blu per sottotitoli*/
.subtitles {
	background-color: #3e86c0; color: #ffffff; padding: 5px 20px; width: 100%;
}



/* dare bordo alle foto senza bordi*/
.image-borders {
	border: 1px solid #ededed;
}
/*tabelle per contenuti workshop*/
table.table-contents {
	background-color: #ededed;
}
table.table-contents td {
	padding: 0px 10px 0px 10px!important;
}

/*legenda workshop program*/
.legend {
	width: 300px;
	border: 3px dashed #008ee2;
	padding: 10px;
}

/*tabs elements*/

.tabs {
	font-size: 16px;
}
/*
.subtitles-tab {
	background-color: #3e86c0; color: #ffffff; padding: 5px auto; width: 80%;

}
span.indexActive {
	color:#999999;
}*/
.tabs li.title-tab {
	font-size: 16px; background-color: #3e86c0;color: #ffffff;
}
.tabs li.title-tab a {
	color: #ffffff; 
}

/*tabella calendario nelle pagine workshop contents*/


.calendar-table td.dates {
	border: none;
}

.calendar-table td.dates a:hover {
	opacity:0.6;
}
.calendar-table img.active {
	opacity:0.6;
}

/*tabella degli shortcuts nelle pagine workshop contents*/


@media only screen and (max-width: 959px) {
 .workshop-day-shortcut {
  		width:100%!important;
	}
}

/*Canvas admin view*/
.mobileLogin-Header {
	z-index: 1; 
	background-image: url(https://www.marinemammalhabitat.org/wp-content/uploads/images/logo-imma-network.png) !important; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size:290px 75px; 
	min-height: 75px;}‍‍‍‍‍‍‍‍

.item-group-condensed .ig-header {
	background-color: #b7def4!important;
}

/**Change color to the module header**/
.item-group-condensed .ig-header {
	background-color: #fcc520;
}
/**Change color to the modules sub-headers**/
#context_modules .ig-list .context_module_sub_header .ig-row.ig-published {
	background-color: #0087D7;
	color:#ffffff;
}

/**Change color to the lateral thin bar of module list **/
#context_modules .ig-list .ig-row.ig-published::before {
	background-color: #0087D7;
  }
  /**Change color to the icon in module list **/
  #context_modules .ig-list .ig-row.ig-published .ig-type-icon {
	color: #FCC520;
  }