/* Posizione Logo*/
#toolbar .containerLogo, #toolbar .containerLogo img {
    text-align: left;
    z-index: 1;
    box-sizing: content-box;
    top: 16px;
}

.logo {
    height: 45px !important;
}

/* Nuova Homepage Reset Test*/

#nav-main {
	border-bottom: 0px;
}
#page-box #container #content>div.page-width {
    padding-top: 0px;
}

    body.UsrType15 #content > div.page-width:first-child,
    body.UsrType22 #content > div.page-width:first-child,
    body.UsrRole15 #content > div.page-width:first-child {
        border-bottom: 0px;
    }

.topcontent .secondRow {
    background: #eee;
}

.w-100.firstRow {
    background-color: #9accd5;
	height: 64px;
}

.topbuttons.withImages {
    margin-top: 2px;
}


/* Bottoni nuova HomePage */


#catalogCard div.firstRow .top-catalog-buttons a.disabled {
    font-size: 1.1em;
    font-weight: normal;
}

#catalogCard div.firstRow .btn.disabled, .btn:disabled {
    opacity: 1;
}

#catalogCard div.firstRow .btn {
    border-radius: 23px;
}

#catalogCard div.firstRow .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

#catalogCard div.firstRow .btn-primary,
#catalogCard div.firstRow .btn-outline-primary {
    border-color: none;
}

#catalogCard div.firstRow .btn-primary:hover,
#catalogCard div.firstRow .btn-outline-primary:hover {
	color: #333;
    background-color: #dee2e6!important;
	border-color: none;
}

/* #catalogCard div.firstRow .btn-primary, */
#catalogCard div.firstRow .btn-outline-primary {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

#catalogCard div.firstRow .btn-primary.disabled, .btn-primary:disabled,
#catalogCard div.firstRow .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000!important;
    background-color: #dee2e6!important;
    border-color: #fff0!important;
}


#catalogCard div.firstRow .btn-primary {
	border-color: rgba(0,0,0,0);
	color: #333;
    background-color: #dee2e6!important;
}


/****** Card tondeggianti e bottoni tondeggianti ******/


.card-header {
    border-radius: 10px 10px 0px 0px;
}

.card {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
}

.badge {
    border-radius: 5px;
}

div.pf-activity-box {
    border: 0px;
    border-radius: 10px;
}

.paths .path {
    padding-left: 57px;
    border-radius: 10px !important;
}

.iconsLeft {
    border-radius: 10px 0px 0px 10px !important;
}

.alert-primary, .alert-success, .alert-danger, .alert-warning, .alert-info, .alert-light, .alert-dark {
    border-radius: 10px;
}

.alert-secondary {
    border-radius: 10px 10px 0px 0px;
}

#catalogCard div.firstRow .btn {
    border-radius: 10px;
}

.form-control {
    border-radius: 5px;
}

.form-control:focus {
    border-radius: 5px;
}

.chzn-choices {
    border-radius: 5px;
}

.card-deck .card {
    border-radius: 0px 0px 10px 10px !important;
}

.card-deck .card-footer {
    border-radius: 10px;
}

#nav-main ul#top li.admin > a {
    border-radius: 10px !important;
}

li#greetings {
    min-height: 34px;
    border-radius: 10px;
}

div#header {
    top: 1px;
}

.lessonsContainer .lesson div.alert {
    margin-top: 2px;
}

.communityTip .badge {
	line-height: 15px;
}

/****** Righe PF ******/

#percorsoFormatiboWrapper .description.border {
    border: none !important;
}

#percorsoFormatiboWrapper .list-group-item {
    background-color: none;
    border: none;
}

.list-group-item.collapsed {
    BACKGROUND-COLOR: #eeeeee;
    border-radius: 10px !important;
}


#percorsoFormatiboWrapper .alert-secondary{
    background-color: #fff;
}

.pf-activity-box {
    background-color: #eee !important;
}

/****** Testi Calendario ******/

.communitydiary .card-header {
    border-bottom: none;
	background-color:#eee;
}

.communitydiary .dayButton .h4 {
    font-size: 1.4rem !important;
	    font-weight: 600 !important;
}

.communitydiary .alert h2,.h2 {
    font-size: 1.2rem !important;
    font-weight: 400;
}

.communitydiary .dayButton h2,.h2 {
    font-weight: 600;
}


.communitydiary.diaryitems .h4 {
    font-size: 1.4rem;
    font-weight: 500;
}


.communitydiary .filecontainer .iteminfo {
    background-color:#f7f7f7;
	padding:9px;
	border-radius:5px;
	font-size:smaller;
	white-space: nowrap;
}

.communitydiary .attachments {
    margin: 1px;
}


.communitydiary .row.attachments::before {
            content: "Allegati: ";
            display: block;
            margin-bottom: 1rem;
            color: #333;
            font-weight: bold;
}

.communitydiary .card-body::before {
            content: "Descrizione: ";
            display: block;
            margin: 6px;
            color: #333;
            font-weight: bold;
}

.filters {
	    border-radius: 10px !important;
}

/****** Menu Admin ******/
div#nav-main {
    background-color: #eee;
		height:56px;
}

#nav-main, #nav-main > .page-width ul li a {
    background-color: #eee;
}

#nav-main ul#top li.admin > a {
    padding-left: 15px;
	height:37px;

}

#content #nav-main ul {
    margin: 0;
    padding: 5px;
}


/****** Sfondo pagina comunità ******/

.jumbotron {
    background-color: #fff;
}

/****** Colore quadratino pagina homepage comunità ******/
#serviceinfo .fa {
    background: transparent;
    color: #fff;
}

