.marLeft10 {
    margin-left: 10px !important;
}

.star {
    color: #f00;
}

.error {
    color: #ff0000;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
}

.noborder {
    border: none !important;
}

#calendar_btn,
#day_btn {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    height: 1.9em;
    line-height: 1.9em;
    vertical-align: top;
    padding: 7px 15px;
    cursor: pointer;
}

#calendar_btn:hover,
#day_btn:hover {
    background-color: #cccccc !important;
    background-image: linear-gradient(to bottom, #ffffff, #cccccc) !important;
}

#hide_calendar {
    line-height: 30px;
    color: #da251d;
    cursor: pointer;
    width: 99.5%;
    background: #fff;
    text-align: center;
    border: 1px solid #999999;
    font-weight: bold;
}

.day_table {
    border: 3px solid #cccccc;
}

.day_header {
    background: #004d92;
    color: #fff;
}

.day_not {
    background: #e3e3e3;
    color: #fff;
}

.fc-state-active {
    background: #015199 !important;
    color: #fff !important;
}

.fc-state-active:hover {
    color: #000 !important;
}

.fc-state-active2 {
    background-color: #015199;
    background-image: linear-gradient(to bottom, #015199, #015199);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    height: 1.9em;
    line-height: 1.9em;
    padding: 7px 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: top;
}

.fc-state-active2:hover {
    color: #000;
}

.calpopbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #eeefeb;
    color: #000000;
    border: 1px solid #4d4f53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.calpopbox h2 {
    background-color: #4d4f53;
    color: #e3e5dd;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}
