
/*************************** CALENDAR ITEMS *******************************/

div.monthLabel {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    margin: auto;
    letter-spacing: 0.5px;
    text-align: center;
    color: hsl(0, 0%, 100%);
    position: relative;
}

div.monthInfoContainer {
    width: 100%;
    height: auto;
}

div.buttonsContainer {
    height: auto;
    position: absolute;
    top: 10px;
    left: calc(100% - 150px);
}

p.monthName {
    color: hsl(0, 0%, 0%);
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
}

div.weeksContainer, div.yearContainer {
    position: relative;
    /*margin: 0 5px;*/
    /*height: 250px*/
    height: auto;
    padding: 10px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearContainer {
    display: none;
}

div.monthsRow {
    width: 100%;
    height: 32%;
    padding: 10px;
    margin-top: 30px;
}

div.monthsRow:first-child {
    margin-top: 0;
}

div.monthContainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    width: 20%;
    height: 100%;
    margin: 6.5%;
    box-sizing: border-box;
    color: hsl(0, 0%, 75%);
    border: none;
    cursor: pointer;
}

div.monthContainer:first-child {
}

div.monthContainer:last-child {
}



div.weekDaysHeader {
    height: 30px;
    position: relative;
    padding: 0 10px;
}

div.weekDayHeaderItem  {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 14.285714%;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: hsl(0, 0%, 50%);
    /*color: hsl(0, 0%, 75%);*/
    box-sizing: border-box;
    /*border-right: solid 1px hsl(0, 0%, 30%);*/
}

div.weekDayHeaderItem:last-child {
    border: none;
}

div.weekDay {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    width: 14.285714%;
    height: 100%;
    box-sizing: border-box;
    color: hsl(0, 0%, 75%);
    border: solid 1px hsl(0, 0%, 30%);
}

div.weekDay:first-child {
    border-left: none;
}

div.weeks {
    position: absolute;
    width: 100%;
    height: auto;
    top: 90px;
    bottom: 0px;
}

div.week {
    height: 20%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.day {
    pointer-events: none;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 14.285714%;
    height: 52px;
    box-sizing: border-box;
    font-size: 18px;
    /*border-top: solid 1px hsl(0, 0%, 30%);*/
    /*border-right: solid 1px hsl(0, 0%, 30%);*/
}

div.day:hover {
    background-color: hsla(0, 0%, 0%, 0.06);
}


div.day:last-child {
    border-right: none;
}

div.past, div.today, div.future, div.spacer {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 52px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: hsl(0, 0%, 0%);
    cursor: pointer;
    box-sizing: border-box;
    pointer-events: all;
}

div.spacer {
    cursor: default;
    pointer-events: none;
}
/*div.day div.today:hover {*/
    /*background-color: hsl(0, 100%, 55%);*/
/*}*/


div.today {
    line-height: 48px;
    border: 2px solid hsl(0, 100%, 45%);
}

div.endDate div.today {
    border: 2px solid hsl(150, 100%, 55%);
}

div.startDate > div.today, div.endDate > div.today {
    border: 2px solid hsl(0, 100%, 40%);
}

div.past{
    color: hsl(60, 15%, 65%);
}

div.holiday {
    color: hsl(0, 100%, 100%);
    background-color: hsl(0, 0%, 25%);
}

div.holiday:hover {
    background-color: hsl(0, 0%, 40%);
}

div.startDate, div.endDate {
    background-color: hsl(150, 100%, 55%) !important;
}

div.startDate div, div.endDate div {
    color: hsl(0 ,100%, 0%) !important;
}

/*div.endDate {*/
    /*background-color: hsl(0, 100%, 40%);*/
/*}*/

/*div.startDate.endDate {*/
    /*background: hsl(150, 100%, 55%); !* Old browsers *!*/
    /*background: -moz-linear-gradient(138deg,  hsl(150, 100%, 55%) 0%, hsl(150, 100%, 55%) 50%,  hsl(0, 100%, 40%) 50%,  hsl(0, 100%, 40%) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsl(150, 100%, 55%)), color-stop(50%,hsl(150, 100%, 55%)), color-stop(50%, hsl(0, 100%, 40%)), color-stop(100%, hsl(0, 100%, 40%))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(138deg,  hsl(150, 100%, 55%) 0%,hsl(150, 100%, 55%) 50%, hsl(0, 100%, 40%) 50%, hsl(0, 100%, 40%) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(138deg,  hsl(150, 100%, 55%) 0%,hsl(150, 100%, 55%) 50%, hsl(0, 100%, 40%) 50%, hsl(0, 100%, 40%) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(138deg,  hsl(150, 100%, 55%) 0%,hsl(150, 100%, 55%) 50%, hsl(0, 100%, 40%) 50%, hsl(0, 100%, 40%) 100%); !* IE10+ *!*/
    /*background: linear-gradient(138deg,  hsl(150, 100%, 55%) 0%,hsl(150, 100%, 55%) 50%, hsl(0, 100%, 40%) 50%, hsl(0, 100%, 40%) 100%); !* W3C *!*/
/*}*/



/*LOGS CUSTOM DATE PICKER */

.activeDate {
    background-color: hsl(60, 100%, 90%) !important;
}

/********* SPECIAL YEAR VIEW CALENDAR ITEMS ********/

div.yearContainer {
    left: 10px;
    width: 98%;
    top: 110px;
}

div.yearViewMonthLabel {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    margin: auto;
    letter-spacing: 0.5px;
    text-align: center;
    color: hsl(0, 0%, 100%);
    position: relative;
}


div.yearViewWeeksContainer {
    position: relative;
    width: 100%;
    height: auto;;
    border-top: 1.5px solid hsl(0, 0%, 30%); !important;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearViewDay {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    width: 14.285714%;
    height: 100%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearViewSpacer {
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 10pt;
    z-index: 120;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearViewMonth  {
}

p.yearViewMonthName {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
}

div.yearViewMonthLabel {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin: auto;
    letter-spacing: 0.5px;
    text-align: center;
    color: hsl(0, 0%, 100%);
    position: relative;
}

div.yearViewtoday {
    color: hsl(0, 100%, 40%);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearViewpast{
    color: hsl(0, 0%, 50%);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

div.yearViewHoliday {
    color: hsl(0, 0%, 25%);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
