.noSelect {
    user-select: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
}

#popup {
    z-index: 100 !important;
    float: left;
    border-radius: 12px;
    height: auto;
    width: 500px;
    margin-left: 200px;
}

#calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

#calendar_content,
#calendar_weekdays,
#calendar_header {
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 10;
}

#calendar_weekdays div,
#calendar_content div {
    overflow: hidden;
    text-align: center;
    background-color: #FFFFFF;
    color: #787878;
}

#calendar_content {
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
}

#calendar_content div {
    float: left;
}

#calendar_content div:hover {
    background-color: #F8F8F8;
}

#calendar_content div.blank {
    background-color: #FFFFFF;
}

#calendar_header,
#calendar_content div.today {
    zoom: 1;
    filter: alpha(opacity=70);
    /*opacity: 0.7;*/
}

#calendar_content div.today {
    color: #FFFFFF;
}

#calendar_header {
    width: 350px;
    height: 90px !important;
    text-align: center;
    padding: 18px 0;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

#calendar_header h1 {
    font-size: 1.5em;
    color: #FFFFFF;
    float: left;
    width: 70%;
}

.icon-chevron-left:before {
    cursor: pointer;
    color: #FFFFFF;
    float: left;
    width: 15%;
    border-radius: 50%;
    content: ' \276E';
}

.icon-chevron-right:before {
    cursor: pointer;
    color: #FFFFFF;
    float: left;
    width: 15%;
    border-radius: 50%;
    content: ' \276F';
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #C00000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -38px;
}

#btn-x {
    font-size: 20px;
    color: #C00000;
    font-weight: bold;
    cursor: pointer;
}

.top-buffer {
    margin-top: 20px;
}

.card-item {
    border-radius: 12px;
    background-color: white;
    padding: 20px 10px;
}

#popup-title {
    font-size: 30px;
    color: #031250;
}

.formation-anchor:hover {
    text-decoration: underline !important;
}

#cal-title {
    padding-left: 0px;
}

.font-mob {
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    #calendar,
    #calendar_header,
    #calendar_weekdays,
    #calendar_content {
        width: 343px !important;
        font-size: 14px !important;
    }
    .square-item {
        width: 49px !important;
    }
    #popup {
        margin-left: 0px;
    }
    #cal-item-content {
        height: auto;
        width: 100%;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 0px;
    }
    #cal-item-card {
        width: 67%;
        margin-left: 0px;
    }
    .font-mob {
        font-size: 14px;
    }
    .card-item {
        padding: 10px 0px;
    }
}