﻿.FC_modal_dialog_cont {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 8990;
}

.FC_modal_dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eee;
    color: black;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #000000;
    text-align: left;
    font-weight: normal;
    font-size: 9pt;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8991;
    padding: 10px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#FC_month_sel_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #585858;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#FC_move_left_icon, #FC_move_right_icon, #FC_change_view_icon {
    position: absolute;
    top: 5px;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    cursor: pointer;
    border: solid 1px #fff;
}

#FC_move_left_icon {
    left: 5px;
    background: url("images/move_left_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #dfdfdf;
}

.FC_calendar_view_icon {
    left: 5px;
    background: url("images/calendar_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #dfdfdf;
}

.FC_rows_view_icon {
    left: 5px;
    background: url("images/rows_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #dfdfdf;
}

#FC_move_right_icon {
    right: 5px;
    background: url("images/move_right_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #dfdfdf;
}

#FC_ctrl_target {
    position: absolute;
    box-sizing: border-box;
}

.FC_macro_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 53px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.FC_button {
    position: absolute;
    top: 5px;
    border: 1px solid #555;
    color: #000;
    background-color: #969696;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 43px;
    width: 100px;
    height: 43px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
    box-sizing: border-box;
}

.FC_button:hover {
    color: #969696;
    background-color: #212121; 
}

#FC_month_sel, #FC_year_sel {
    position: absolute;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 3px 6px;
    outline: 0;
    box-sizing: border-box;
}

#FC_cal_buttons_cont {
    position: absolute;
    left: 5px;
    right: 5px;
    box-sizing: border-box;
}

#FC_cal_rows_cont {
    position: absolute;
    left: 5px;
    right: 5px;
    box-sizing: border-box;
    height: auto;
}

#FC_cal_days_cont {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 20px;
    background-color: #969696;
    color: 000;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FC_day_cont {
    position: absolute;
    top: 0;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #000;
    font-size: 11px;
}

.FC_cal_button, .FC_week_nbr {
    position: absolute;
    border: 1px solid #585858;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    background-color: #D0D0D0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FC_cal_button:hover {
    color: #D0D0D0;
    background-color: #212121;
}

.FC_week_nbr {
    background-color: #fff;
    border: none;
}

.FC_today_cal_button {
    background-color: #5A9ABC;
    border: 1px solid #585858;
    color: #040941;
}

.FC_sel_date_cal_button, .FC_sel_time_button, .FC_sq_sel_hr_button, .FC_sq_sel_min_button  {
    background-color: #FFD595;
    border: 1px solid #74501A;
    color: #74501A;
}

.FC_events_cont {
    position: absolute;
    top: 22px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.FC_event_cont {
    width: 100%;
    height: 15px;
    box-sizing: border-box;
    margin-top: 2px;
}

.FC_event_title {
    position: absolute;
    height: 15px;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #000080;
    background-color: #B1B5CA;
    color: #000;
    text-align: left;
    line-height: 13px;
    padding-left: 3px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    font-size: 11px;
}

.FC_month_cont {
    height: 30px;
    line-height: 28px;
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #000080;
    background-color: #B1B5CA;
    color: #000;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
}

.FC_event_row_cont {
    position: relative;
    height: 22px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.FC_event_row_day {
    position: relative;
    height: 22px;
    line-height: 22px;
    width: 22px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    color: #0000FF;
}

.FC_event_row_title {
    position: absolute;
    left: 27px;
    top: 0px;
    height: 22px;
    line-height: 22px;
    width: auto;
}

.FC_hl_row {
    background-color: #C0C0C0;
}

#FC_calendar_target, #FC_time_target {
    position: absolute;
    box-sizing: border-box;
}

.FC_box_boundary {
    background-color: white;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
}

#FC_time_hand_cont, #FC_time_marks_cont {
    position: absolute;
}

#FC_time_center {
    position: absolute;
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background-color: #585858;
}

.FC_clock_hr_cont, .FC_clock_min_cont, .FC_sel_time_button {
    position: absolute;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FC_clock_hr_sq_cont, .FC_sq_sel_hr_button {
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 11px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.FC_clock_min_sq_cont, .FC_sq_sel_min_button {
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 11px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.FC_clock_hr_cont, .FC_clock_hr_sq_cont {
    border: 1px solid #585858;
    background-color: #D0D0D0;
    color: #000;
}

.FC_clock_hr_cont:hover, .FC_clock_hr_sq_cont:hover {
    background-color: #212121;
    color: #D0D0D0;
}

.FC_clock_min_cont, .FC_clock_min_sq_cont {
    border: 1px solid #D0D0D0;
    background-color: #585858;
    color: #FFF;
}

.FC_clock_min_cont:hover, .FC_clock_min_sq_cont:hover {
    background-color: #fff;
    color: #2e2e2e;
}

#FC_now_butt {
    left: 5px;
}

.FC_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
