
.clearLinkCalender {
    color: #000000;
}
    .clearLinkCalender:hover, .clearLinkCalender:focus, .clearLinkCalender:active {
        color: #000000;
        text-decoration: none;
        outline: none;
    } 

/* Year Month Selection*/
#divhideOthers {
    display: none;
    opacity: 0.5;
    background-color: #808080; 
    position: fixed; 
   
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    z-index: 1998;
    
}

#divSelectMonthYear {
    
    width: 300px; 
    background-color: #FFFFFF; 
    border: 1px solid #808080;
    position: relative; 
    z-index: 2000;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    /*top + height + 2px Responsive PLS*/
    padding-left: 10px;
}

#divPreDevSelectMonthYear {
     z-index: 1999;
    display: none;
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    left: 0px; 
    right: 0px;
    overflow: auto;
}
#divSelectMonthYearArrow {
    position: absolute;
    
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    top: -11px;
    left: 47%;
    border-width: 0 11px 11px 11px;
    border-bottom-color: #808080;
}
#divSelectMonthYearArrowShadow {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -10px;
    left: 47%;
     
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    border-top-width: 0px;
    border-bottom-color: #FFFFFF;
}
#divSelectMonthYearMonthLeftArrow, #divSelectMonthYearYearLeftArrow {
    
    background-image: url(../img/RoundIconLeft.png);
    background-size: contain;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
#spanSelectMonthYearMonth, #spanSelectMonthYearYear {
    display: inline-block;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 5px;
    color: #0017a3;
    float: left;
}
#divSelectMonthYearMonthRightArrow, #divSelectMonthYearYearRightArrow {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(../img/RoundIconRight.png);
    background-size: contain;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
#divSelectMonthYearYearLeftArrow {
    margin-left: 20px;
    display: inline-block;
}
#divSelectMonthYearYearRightArrow {
    float: none;
}
@media (max-width: 767px) {
	
    #divhideOthers {
        top: 45px; 
    }
    #divSelectMonthYear {
        height: 60px;
        margin-top: 141px;
        width: 390px;
    }
    #divSelectMonthYearMonthLeftArrow, #divSelectMonthYearYearLeftArrow {
        height: 50px;
        width: 50px;
        margin-left: 0px;
    }
    #spanSelectMonthYearMonth, #spanSelectMonthYearYear {
        height: 50px;
        line-height: 50px;
         font-size: 20px;
    }
    #divSelectMonthYearMonthRightArrow, #divSelectMonthYearYearRightArrow {
         height: 50px;
        width: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	
    #divhideOthers {
        top: 50px; 
    }
    #divSelectMonthYear {
        height: 50px;
        margin-top: 146px;
        width: 360px;
    }
    #divSelectMonthYearMonthLeftArrow, #divSelectMonthYearYearLeftArrow {
        height: 40px;
        width: 40px;
    }
    #spanSelectMonthYearMonth, #spanSelectMonthYearYear {
        height: 40px;
        line-height: 40px;
         font-size: 17px;
    }
    #divSelectMonthYearMonthRightArrow, #divSelectMonthYearYearRightArrow {
        height: 40px;
        width: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
	
    #divhideOthers {
        top: 55px; 
    }
    #divSelectMonthYear {
        height: 35px;
        margin-top: 151px;
    }
    #divSelectMonthYearMonthLeftArrow, #divSelectMonthYearYearLeftArrow {
        height: 25px;
        width: 25px;
    }
    #spanSelectMonthYearMonth, #spanSelectMonthYearYear {
        height: 25px;
        line-height: 25px;
         font-size: 16px;
    }
    #divSelectMonthYearMonthRightArrow, #divSelectMonthYearYearRightArrow {
        height: 25px;
        width: 25px;
    }
}


@media (min-width: 1200px) {
    
    #divhideOthers {
        top: 55px; 
    }
    #divSelectMonthYear {
        height: 35px;
        margin-top: 151px;
    }
    #divSelectMonthYearMonthLeftArrow, #divSelectMonthYearYearLeftArrow {
        height: 25px;
        width: 25px;
    }
    #spanSelectMonthYearMonth, #spanSelectMonthYearYear {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    #divSelectMonthYearMonthRightArrow, #divSelectMonthYearYearRightArrow {
        height: 25px;
        width: 25px;
    }
}

/* Kalender  */

#monthLine {
    height: 45px;
    margin-top: 0.5ex; 
    overflow: auto;

}
.arrowsDiv {
    height: 40px; 
    width:30px;
    
}

.arrows {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 45px; 
    width: 7%;
    background-color: #EFEFEF;
}
    .arrows:hover {
        background-color: #cfcfcf;
    }
.arrowLeft {
    background-image: url("../img/darkArrowLeft.png");
     
}

.arrowRight {
    background-image: url("../img/darkArrowRight.png");
   
}

.divMonthYear {
    text-align: center; 
    background-color: #EFEFEF; 
    height: 45px; 
    line-height:40px; 
    margin-left: 7.4%; 
    margin-right: 7.4%;
    font-size: 23px;
}
#weekDayName {
    display: block; 
    margin-top:10px; 
    overflow: auto;
}
#weekDayFreeColumn {
    display: inline-block; 
    float: left; 
    width: 30px; 
    margin-right: 0.5%; 
    height: 1ex;
}

.divCalendarWeekDataLine {
    position: absolute;
    height: 20px;
    line-height: 20px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}


/* Kalender */

.divWeekNr {
	float: left; 
	width: 30px;
	margin-right: 0.5%;
    background-color: #EFEFEF;
    margin-top: 2px;
    padding-top: 2px;
}
.divWeekNrRight {
	float: right;
    text-align: center; 
	width: 30px; 
    background-color: #EFEFEF;
    margin-top: 2px;
    padding-top: 2px;
}

@media (max-width: 767px) {
	.divWeekDay {
		float: left; 
		width: 13.785%; 
		margin-right: 0.5%; 
		background-color: #EFEFEF;
		text-align: right;
		height: 50px;
	}
    .divWeekNrRight {
        display: none;
    }
    .divWeekNr {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.divWeekDay {
		float: left; 
		width: 13.785%; 
		margin-right: 0.5%; 
		background-color: #EFEFEF;
		text-align: right;
		height: 65px;
	}
    .divWeekNr {
        padding-left: 2px;
        padding-top: 2px;
        text-align: center;
    }
	
}

@media (min-width: 992px) and (max-width: 1199px) { 
	.divWeekDay {
		float: left; 
		width: 13.785%;  
		margin-right: 0.5%; 
		background-color: #EFEFEF;
		text-align: right;
		height: 65px;
	}
    .divWeekNr {
        padding-left: 4px;
        padding-top: 4px;
        text-align: center;
    }
	
}


@media (min-width: 1200px) {
	.divWeekDay {
		float: left; 
		width: 13.785%; 
		margin-right: 0.5%; 
		background-color: #EFEFEF;
		text-align: right;
		height: 100px;
	}
    .divWeekNr {
        padding-left: 4px;
        padding-top: 4px;
        text-align: center;
    }
   
}

.divWeekDay p {
	margin-right: 2px;
	margin-top: 2px;
	font-weight:bold;
}

.divWeekDayGrey {
	color: #A4A4A4;
}


.divWeek {
	/*clear: both;*/ 
	display: block; 
	margin-top: 2px; 
	overflow: hidden;
    position: relative;
}


.divWeekDayName {
	float: left; 
	width: 13.785%;
	margin-right: 0.5%;
}

.divCalendarLineArrowLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/leftsmall.png");
    background-position: center center;
    width: 8px;
    height: 8px;
}
.divCalendarLineArrowRight {
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../img/rightsmall.png");
    background-position: center center;
    width: 8px;
    height: 8px;
}

#inputResourceStateDialogStartDateTime, #inputResourceStateDialogEndDateTime {
    width: 4.5em;
    text-align: center;
}

#inputResourceStateDialogStartDate, #inputResourceStateDialogEndDate {
    float: left;
    margin-right: 3px;
}


