/* ---- Skin Edutech updated 21/12/2018 - Demo ---- */

 /*	Estendi testo ACCEDI AL SISTEMA
.px-4 h4:after {
    content: " utilizzando le stesse credenziali del sito IPRASE";
}

/*	Nascondi recupera credenziali
div#menuContainer {
    display: none;
}
*/

 /*	Nascondi menu portale*/
/*body.UsrType22 #nav-main , 
body.UsrType15 #nav-main 
{
display:none;
}
*/

/*	Nascondi menu comunità*/

/*
body.UsrRole15 div#nav-main ul#top li~li
{
  visibility:hidden;
}
*/

/*	Nascondi bottone DISPONIBILI (+) da catalogo 
#btnFilterUnsubscribe {
    display: none;
}
*/
/*	Nascondi bottone iscriviti - deiscriviti da card catalogo 
div.subcriptionButtons {
   display: none; 
}
*/


/* Colore barra Titoli */


#content > div.page-width:first-child {
    background-color: #1c5f94 !important;
}

div#serviceinfo.RigaTitolo.serviceinfo {
    color: #fff !important;
}

/* Posizione Logo */
#toolbar .containerLogo, #toolbar .containerLogo img {
    text-align: left;
    max-height: 56px;
    z-index: 1;
    box-sizing: content-box;
    top: 12px;
}

 /*	Fine*/

/*	Foter trasparente*/ 
/* body #cFooter { */
    /* margin-top: 0; */
    /* font-size: 0.9em; */
    /* line-height: 1.5em; */
    /* color: #666; */
    /* background-color: transparent !important; */
/* }  */
 /*	Fine*/ 
 
 
 
 
body
{
	
}
 #page-box {
    padding-bottom: 3em;
}
 
 
 
#container
{
	padding-bottom: 2rem;	
} 
 
 
body div#cFooter div#siteinfo.page-width
{
	margin: auto;
}

#cFooter {
	
    margin-top: 0px;
    padding-top: 0.7em;
    font-size: 0.9em;
    line-height: 2em !important;
    color: #666;
	min-height: 130px;
}

#cFooter div.chiusura div.footer_text
{
	margin-top: 2em;
	margin-bottom: 1em;
}


/* Icon Color */
div#nav-main ul#top > li > a > span.fa:first-child {
    /* color: #666; */
}

/*admin*/
div#nav-main ul#top > li.admin > a > span.fa:first-child {
    color: #ffffff;
}


/* Menu Arrow color*/
div#nav-main ul#top > li > a > span.fa:last-child {
}
/*admin*/
div#nav-main ul#top > li.admin > a > span.fa:last-child {
    color: #ffffff;
}


.tile.grid_3 .innerwrapper div.icon.fa,
.tile.grid_4 .innerwrapper div.icon.fa,
.tile.grid_6 .innerwrapper div.icon.fa
{
	font-size: 4rem;
	color: #B6B6B6;
}



/* IMMAGINI AREE CATALOGO CORSI */
#courseContainerDesc-{
    background-repeat: no-repeat;
    background-color: #fff !important;
    background-size: 100%; 
    /* background-position: center bottom !important; */
}
#courseContainerDesc- .frasePrincipale{
	display:none !important;
}

/* #courseContainerDesc-47{ */
	/* background-image: url('/File/EduPath/img/men-640.jpg') !important; */
/* } */

/* #courseContainerDesc-84{ */
	/* background-image: url('/File/EduPath/img/gdpr-corso.jpg') !important; */
/* } */
/* #courseContainerDesc-67{ */
	/* background-image: url('/File/EduPath/img/industrial-security_640.jpg') !important; */
/* } */

.course-list-item {
	background-color:#cecece !important;
    background-size: cover;
    background-position: center center !important;
	overflow:hidden !important;
}
.course-list-item .course-firsttitle-card{
    background-color: rgba(0,0,0,0.7) !important;
    color: #ececec;	
	position: absolute;
    left: 0%;
	bottom: 0%;
    width: 100%;
    height: 26%;
    transition: height 400ms ease;
	
}
.course-list-item .course-firsttitle-card.frasePrincipale{
    height: 42%;
	
}
.course-list-item.withHover:hover .course-firsttitle-card{
    height: 100% !important;
	
}
.course-list-item:hover .course-firsttitle-card h2{	
    height: auto;
    overflow: auto;
}
.course-list-item .course-firsttitle-card h2{	
    height: auto;
    overflow: hidden;	
	
}
.course-list-item .course-firsttitle-card h2.course-firsttitle-card-big{	
    line-height: 25px;
	
}
/* FINE IMMAGINI AREE CATALOGO CORSI */


/* Nascondi pulsante disponibili */
/* body #boxPath button#btnFilterUnsubscribe, */
body #boxPath button#btnFilterOther  {
display: none;
}
/* Fine  */


ul.greetings span.Menu_Disable {
	display: none;
}



/* NUOVO CATALOG - CARD */
/*	Elementi nascosti:*/

	/*Disponibili*/
	/*
	#catalogCard .boxRicerca .statusNone {
		display: none;
	}
	*/
	/*in attesa*/
	/*
	#catalogCard .boxRicerca .statusPending {
		display: none;
	}
	*/
	
	/*Responsabile comunità*/
	#catalogCard .boxRicerca .comOwner {
		display: none;
	}
	/*Bottone disiscriviti */
	#catalogCard  #blockModal .modal-footer .btn.btn-danger
	{
		display: none;
	}
	
	
	
	/* Fix top Help: da rifare*/
	#tools ul li.Top_Help * {	
	background-color: #fff!important;
}

#tools ul li.Top_Help a {
	min-width: 185px;
	width: 185px;
}

#tools ul li.Top_Help ul {
	/*position: absolute;*/
	top: 3em;
	
}

#tools ul li.Top_Help ul li:hover,
#tools ul li.Top_Help ul li:hover a
{
	background-color: #ececec!important;
}

    

#tools ul li.Top_Help li {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
}
