.calendar-event-global-page-section {
    background-color: #f3f3f4;
}

.calendar-add-event-form-box {
    background-color: #fff;
    color: #999999;
    padding: 15px;
    font-weight: 300;
}
#addEventFormLabel{
    margin: 20px;

}
.add-event-ml-40{
    margin-left: 40px;
}
.calendar-add-event-form-label {
    color: #999999
}

.calendar-add-event-form {
    color: #999999
}

.calendar-radio-hidden {
    display: none;
}

.calendar-radio-hidden-3 {
    display: none;
}

.calendar-radio-hidden-4 {
    display: none;
}

.calendar-radio-hidden-5 {
    display: none;
}
.ml-15{
    margin-left: 15px;
}
.input-Checkbox-Version2-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #727272;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-Checkbox-Version2-box .inputCheck {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.input-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.input-Checkbox-Version2-box:hover .inputCheck~.input-checkmark {
    background-color: #ccc;
}

.input-Checkbox-Version2-box .inputCheck:checked~.input-checkmark {
    background-color: #7560fb;
}

.input-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.input-Checkbox-Version2-box input:checked~.input-checkmark:after {
    display: block;
}

.input-Checkbox-Version2-box .input-checkmark:after {
    left: 8px;
    top: 3px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}