
/*inizio imposta non visibile "nessun dato presente"*/
#__xmlview0--PlanningCalendarHead-Table-listUl{
    visibility: collapse;
}
/*fine imposta non visibile "nessun dato presente"*/
/*inizio imposta non visibile l'header del secondo planning calendar*/
#__xmlview0--PlanningCalendar-InfoToolbar{
    visibility: collapse;
    height:0;
}
#__xmlview0--PlanningCalendar-CalHead{
	visibility: collapse;
}
/*fine imposta non visibile l'header del secondo planning calendar*/
/* inizio imposta lo header non visibile */
.sapMPageHeader::before {
    border: none;
}
.sapUiUfdShell .sapUiUfdShellHead {
    height: 0px;
}
.sapUiUfdSpltCont {
    /* overflow: hidden; */
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
}
/* fine imposta lo header non visibile */


.buttonTopBar span {
	color: white !important;
	font-size: 17px;
}

/*Animazione floating button conferma day report */
@
keyframes animationbtnConfirmDayFloating {from { bottom:-40px;
	
}

to {
	bottom: 10px;
}

}
.btnConfirmDayFloatingClass {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #168282;
	border-radius: 100%;
	height: 50px;
	width: 50px !important;
	animation-name: animationbtnConfirmDayFloating;
	animation-duration: 0.5s;
	box-shadow: 2px 2px 8px #949494;
}

.btnConfirmDayFloatingClass span {
	color: white !important;
}

.btnConfirmDayFloatingClass:hover, .btnConfirmDayFloatingClass:active {
	background-color: #105252;
}

.btnConfirmDayFloatingClass .sapMBtnInner {
	background-color: transparent !important;
	border: none;
}

/*Colore verde periodo task attivo*/
.sapUiCalendarRowAppsIntHeadType08.sapUiCalendarRowAppsIntHeadFirst {
	border-left-color: #219461 !important;
}

.sapUiCalendarRowAppsIntHeadType08.sapUiCalendarRowAppsIntHead {
	background-color: #ebf9e4 !important;
}

/*Far andare a capo la descrizione dei tasks lunghi*/
.sapMSLITitle, .sapMSLITitleOnly, .sapMSLIDescription {
	white-space: normal;
	font-size: 11px;
}

/*Fixing problemi di visualizzazione da smartphone / tablet*/
.sapMListTblSubCntRow {
	display: block !important;
}

/*Css style loading box*/
.fullboxwaitingt {
	display: none;
	opacity: 0.5 !important;
	position: absolute;
	top: 0px;
	z-index: 1000;
	background: url(../../indexMedia/img/uurla.gif) white no-repeat center
		center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: inherit;
}

.fullboxwaitingt div {
	border: none !important;
}

/*Colore background cella selezionata*/
.cellselectedonPlanning {
	background-color: #d0cece !important;
}

/*Style del popover per l'aggiunta / modifica del giorno*/
.customStylePopoverAddday {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-radius: 0px;
}

/*Style per la barra sopra i giorni del calendario, che segna il totale giornata di percentuale*/
.colPercTotDay {
	position: relative;
	top: 0px;
	font-size: 12px;
	line-height: 1.4;
	float: left;
	height: 17px;
	font-weight: bold;
	background-color: #168282;
	color: white;
	width: 14.28571428571429%;
	outline: 1px solid;
}
.colPercTot4Week5{
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 1.4;
    float: left;
    height: 17px;
    font-weight: bold;
    background-color: #168282;
    color: white;
    width: 20%;
    outline: 1px solid;
}
.colPercTot4Week4{
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 1.4;
    float: left;
    height: 17px;
    font-weight: bold;
    background-color: #168282;
    color: white;
    width: 25%;
    outline: 1px solid;
}
.colPercTot4Week6{
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 1.4;
    float: left;
    height: 17px;
    font-weight: bold;
    background-color: #168282;
    color: white;
    width: 16.66666667%;
    outline: 1px solid;
}

.colPercTotMonth {
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 1.4;
    float: left;
    height: 17px;
    font-weight: bold;
    background-color: #168282;
    color: white;
    width: 8.33333333333333%;
    outline: 1px solid;
}
div#__xmlview0--PlanningCalendar-DateInt--Month0 {
	pointer-events: none;
}
.sapUiCalendarAppType07 {
    background-color: black;
}

.myClassRed {
    background-color: red;
}
