﻿/**
 * angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day
 * @version v0.23.0
 * @link https://github.com/mattlewis92/angular-bootstrap-calendar
 * @license MIT
 */
[class*=cal-cell] {
    float: left;
    margin-left: 0;
    min-height: 1px;
}

.cal-row-fluid {
    width: 100%;
    *zoom: 1;
}

    .cal-row-fluid:after, .cal-row-fluid:before {
        display: table;
        content: "";
        line-height: 0;
    }

    .cal-row-fluid:after {
        clear: both;
    }

    .cal-row-fluid [class*=cal-cell] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        float: left;
        margin-left: 0;
        *margin-left: -.05213764%;
    }

        .cal-row-fluid .controls-row [class*=cal-cell] + [class*=cal-cell], .cal-row-fluid [class*=cal-cell]:first-child {
            margin-left: 0;
        }

    .cal-row-fluid .cal-cell7 {
        width: 100%;
        *width: 99.9466951%;
    }

    .cal-row-fluid .cal-cell6 {
        width: 85.71428571%;
        *width: 85.66098081%;
    }

    .cal-row-fluid .cal-cell5 {
        width: 71.42857143%;
        *width: 71.37526652%;
    }

    .cal-row-fluid .cal-cell4 {
        width: 57.14285714%;
        *width: 57.08955224%;
    }

    .cal-row-fluid .cal-cell3 {
        width: 42.85714286%;
        *width: 42.80383795%;
    }

    .cal-row-fluid .cal-cell2 {
        width: 28.57142857%;
        *width: 28.51812367%;
    }

    .cal-row-fluid .cal-cell1 {
        width: 14.28571429%;
        *width: 14.23240938%;
    }

    .cal-row-fluid .cal-offset7, .cal-row-fluid .cal-offset7:first-child, .cal-week-box .cal-offset7 {
        margin-left: 100%;
        *margin-left: 99.89339019%;
    }

    .cal-row-fluid .cal-offset6, .cal-row-fluid .cal-offset6:first-child, .cal-week-box .cal-offset6 {
        margin-left: 85.71428571%;
        *margin-left: 85.60767591%;
    }

    .cal-row-fluid .cal-offset5, .cal-row-fluid .cal-offset5:first-child, .cal-week-box .cal-offset5 {
        margin-left: 71.42857143%;
        *margin-left: 71.32196162%;
    }

    .cal-row-fluid .cal-offset4, .cal-row-fluid .cal-offset4:first-child, .cal-week-box .cal-offset4 {
        margin-left: 57.14285714%;
        *margin-left: 57.03624733%;
    }

    .cal-row-fluid .cal-offset3, .cal-row-fluid .cal-offset3:first-child, .cal-week-box .cal-offset3 {
        margin-left: 42.85714286%;
        *margin-left: 42.75053305%;
    }

    .cal-row-fluid .cal-offset2, .cal-row-fluid .cal-offset2:first-child, .cal-week-box .cal-offset2 {
        margin-left: 28.57142857%;
        *margin-left: 28.46481876%;
    }

    .cal-row-fluid .cal-offset1, .cal-row-fluid .cal-offset1:first-child, .cal-week-box .cal-offset1 {
        margin-left: 14.28571429%;
        *margin-left: 14.17910448%;
    }

    .cal-row-fluid .cal-cell1 {
        width: 14.28571429%;
        *width: 14.23357664%;
    }

    .cal-row-fluid [class*=cal-cell].hide, [class*=cal-cell].hide {
        display: none;
    }

    .cal-row-fluid [class*=cal-cell].pull-right, [class*=cal-cell].pull-right {
        float: right;
    }

.cal-row-head [class*=cal-cell], .cal-row-head [class*=cal-cell]:first-child {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-events-num {
    margin-top: 20px;
}

.cal-month-day {
    position: relative;
    display: block;
    width: 100%;
}

    .cal-month-day .cal-events-num {
        margin-left: 10px;
        margin-top: 18px;
    }

#cal-week-box {
    width: 70px;
    left: -71px;
    top: -1px;
    padding: 8px 5px;
}

#cal-week-box, .cal-day-tick {
    position: absolute;
    cursor: pointer;
}

.cal-day-tick {
    right: 50%;
    bottom: -21px;
    padding: 0 5px;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px;
}

.cal-year-box #cal-day-tick {
    margin-right: -7px;
}

.cal-slide-box {
    position: relative;
}

.cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1;
}

    .cal-slide-tick.tick-month1 {
        left: 12.5%;
    }

    .cal-slide-tick.tick-month2 {
        left: 37.5%;
    }

    .cal-slide-tick.tick-month3 {
        left: 62.5%;
    }

    .cal-slide-tick.tick-month4 {
        left: 87.5%;
    }

    .cal-slide-tick.tick-day1 {
        left: 7.14285714%;
    }

    .cal-slide-tick.tick-day2 {
        left: 21.42857143%;
    }

    .cal-slide-tick.tick-day3 {
        left: 35.71428571%;
    }

    .cal-slide-tick.tick-day4 {
        left: 50%;
    }

    .cal-slide-tick.tick-day5 {
        left: 64.28571429%;
    }

    .cal-slide-tick.tick-day6 {
        left: 78.57142857%;
    }

    .cal-slide-tick.tick-day7 {
        left: 92.85714286%;
    }

.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.cal-slide-content ul.unstyled {
    margin-bottom: 0;
}

.cal-slide-content ul li.dragging-active .event-item {
    color: #000;
}

.cal-day-selected {
    background-color: #ededed;
}

.cal-week-box {
    position: relative;
}

    .cal-week-box [data-event-class] {
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 12px;
        padding: 0 3px !important;
    }

    .cal-week-box .cal-day-panel {
        border: 0 !important;
    }

    .cal-week-box:not(.cal-day-box) .cal-row-fluid {
        margin-bottom: 2px;
    }

        .cal-week-box:not(.cal-day-box) .cal-row-fluid:hover, .cal-week-box:not(.cal-day-box) [class*=cal-cell]:hover {
            background-color: inherit !important;
        }

    .cal-week-box:not(.cal-day-box) [data-event-class] {
        margin-left: 2px;
        margin-right: 2px;
    }

    .cal-week-box:not(.cal-day-box) .border-left-rounded {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .cal-week-box:not(.cal-day-box) .border-right-rounded {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .cal-week-box.cal-day-box .cal-row-head {
        padding-left: 60px;
    }

    .cal-week-box.cal-day-box .cal-day-panel {
        overflow-x: hidden;
    }

.cal-day-box {
    text-wrap: none;
    overflow-x: auto !important;
    overflow-y: hidden;
}

    .cal-day-box .cal-day-hour-part {
        height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-bottom: thin dashed #e1e1e1;
    }

        .cal-day-box .cal-day-hour-part .cal-day-hour-part-time {
            width: 60px;
            text-align: center;
            float: left;
        }

        .cal-day-box .cal-day-hour-part .cal-day-hour-part-spacer {
            height: 30px;
            display: inline-block;
        }

        .cal-day-box .cal-day-hour-part:hover {
            background-color: #ededed;
        }

    .cal-day-box .cal-day-hour-part-selected {
        background-color: #e1e1e1;
    }

    .cal-day-box .cal-day-hour .day-highlight {
        height: 30px;
    }

    .cal-day-box .cal-hours {
        font-weight: 700;
        font-size: 12px;
    }

    .cal-day-box .cal-day-hour:nth-child(odd) {
        background-color: #fafafa;
    }

    .cal-day-box .cal-day-panel {
        position: relative;
        padding-left: 60px;
        border: 1px solid #e1e1e1;
    }

    .cal-day-box .cal-day-panel-hour {
        position: absolute;
        width: 100%;
        margin-left: -60px;
    }

    .cal-day-box .day-event {
        position: absolute;
        width: 150px;
        overflow: hidden;
        padding: 2px 3px !important;
    }

        .cal-day-box .day-event a {
            font-size: 12px;
            text-overflow: ellipsis;
        }

    .cal-day-box .day-highlight {
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #c3c3c3;
        margin: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.event {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,.4);
    border-radius: 8px;
    border: 1px solid #fff;
}

.event, .event-block {
    display: block;
    background-color: #c3c3c3;
}

.event-block {
    width: 20px;
    height: 100%;
}

.cal-event-list .event.pull-left {
    margin-top: 3px;
}

.day-highlight, .day-highlight:hover {
    background-color: #ddd;
}

.cal-row-head [class*=cal-cell], .cal-row-head [class*=cal-cell]:first-child {
    font-weight: bolder;
    text-align: center;
    border: 0 solid;
    padding: 5px 0;
}

    .cal-row-head [class*=cal-cell] small {
        font-weight: 400;
    }

.cal-row-fluid:hover, .cal-year-box .row:hover {
    background-color: #fafafa;
}

.cal-month-day {
    height: 100px;
}

.cal-cell.drop-active, .cal-day-hour-part.drop-active, .cal-week-box .cal-cell1.drop-active, .cell-focus, [class*=cal-cell] .drop-active, [class*=cal-cell]:hover {
    background-color: #ededed;
}

.cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
    min-height: 100px;
    border-right: 1px solid #e1e1e1;
    position: relative;
}

.cal-year-box [class*=span] {
    min-height: 60px;
}

.cal-month-box .cal-row [class*=cal-cell]:last-child, .cal-year-box .row [class*=col-]:last-child {
    border-right: 0;
}

.cal-month-box .cal-row-fluid, .cal-year-box .row {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0;
    margin-right: 0;
}

    .cal-month-box .cal-row-fluid:last-child, .cal-year-box .row:last-child {
        border-bottom: 0;
    }

.cal-month-box, .cal-week-box, .cal-year-box {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.cal-month-box {
    border-right: 0;
    border-bottom: 0;
}

span[data-cal-date] {
    font-size: 1.2em;
    font-weight: 400;
    opacity: .5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    margin-top: 15px;
    margin-right: 15px;
}

    span[data-cal-date]:hover {
        opacity: 1;
    }

.cal-day-outmonth span[data-cal-date] {
    opacity: .1;
    cursor: default;
}

.cal-day-today {
    background-color: #e8fde7;
}

    .cal-day-today span[data-cal-date] {
        color: #006400;
    }

.cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1.9em;
}

.cal-day-holiday span[data-cal-date] {
    color: purple;
}

.cal-day-weekend span[data-cal-date] {
    color: darkred;
}

#cal-week-box {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fafafa;
    text-align: right;
}

.cal-week-box .cal-row-head {
    border-bottom: 1px solid #e1e1e1;
}

.cal-day-tick {
    border: 1px solid #e1e1e1;
    border-top: 0 solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center;
}

    .cal-day-tick .fa {
        display: none;
    }

.cal-slide-box {
    border-top: 0 solid #8c8c8c;
}

.cal-slide-content {
    padding: 20px;
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0,0,0,.5);
}

    .cal-slide-content a.event-item {
        color: #fff;
        font-weight: 400;
    }

a.event-item-action, a.event-item-delete, a.event-item-edit {
    padding-left: 5px;
}

.cal-year-box .cal-slide-content a.event-item, .cal-year-box a.event-item-action, .cal-year-box a.event-item-delete, .cal-year-box a.event-item-edit {
    position: relative;
    top: -3px;
}

.events-list {
    max-height: 47px;
    padding-left: 5px;
}

.cal-column {
    border-left: 1px solid #e1e1e1;
}

a.cal-event-week {
    text-decoration: none;
    color: #151515;
}

.badge-important {
    background-color: #b94a48;
}

.pointer {
    cursor: pointer;
}

.cal-year-box:last-child {
    border-bottom: 0;
}

.cal-context {
    width: 100%;
}

@media (max-width:991px) {
    .cal-year-box [class*=span]:nth-child(2) {
        border-right: 0;
    }

    .cal-year-box [class*=span]:nth-child(1), .cal-year-box [class*=span]:nth-child(2) {
        border-bottom: 1px solid #e1e1e1;
    }
}
/*# sourceMappingURL=angular-bootstrap-calendar.min.css.map*/
