/**
 * 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.12.0
 * @link https://github.com/mattlewis92/angular-bootstrap-calendar
 * @license MIT
 */

.cal-row-fluid,
.cal-row-fluid .cal-cell7 {
    width: 100%
}
[class*=cal-cell] {
    float: left;
    margin-left: 0;
    min-height: 1px
}
.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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0
}
.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-cell6 {
    width: 85.71428571428571%
}
.cal-row-fluid .cal-cell5 {
    width: 71.42857142857142%
}
.cal-row-fluid .cal-cell4 {
    width: 57.14285714285714%
}
.cal-row-fluid .cal-cell3 {
    width: 42.857142857142854%
}
.cal-row-fluid .cal-cell2 {
    width: 28.57142857142857%
}
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child,
.cal-week-box .cal-offset7 {
    margin-left: 100%
}
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child,
.cal-week-box .cal-offset6 {
    margin-left: 85.71428571428571%
}
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child,
.cal-week-box .cal-offset5 {
    margin-left: 71.42857142857142%
}
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child,
.cal-week-box .cal-offset4 {
    margin-left: 57.14285714285714%
}
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child,
.cal-week-box .cal-offset3 {
    margin-left: 42.857142857142854%
}
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child,
.cal-week-box .cal-offset2 {
    margin-left: 28.57142857142857%
}
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child,
.cal-week-box .cal-offset1 {
    margin-left: 14.285714285714285%
}
.cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%
}
.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-week-box,
.cal-day-tick {
    position: absolute;
    cursor: pointer
}
.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-day-tick {
    right: 50%;
    bottom: -21px;
    padding: 0 5px;
    z-index: 5;
    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.14285714285715%
}
.cal-slide-tick.tick-day2 {
    left: 21.42857142857143%
}
.cal-slide-tick.tick-day3 {
    left: 35.71428571428572%
}
.cal-slide-tick.tick-day4 {
    left: 50%
}
.cal-slide-tick.tick-day5 {
    left: 64.2857142857143%
}
.cal-slide-tick.tick-day6 {
    left: 78.57142857142859%
}
.cal-slide-tick.tick-day7 {
    left: 92.85714285714285%
}
.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000
}
.cal-slide-content ul.unstyled {
    margin-bottom: 0
}
.cal-slide-content ul li.dragging-active .event-item {
    color: #000
}
.cal-week-box {
    position: relative
}
.cal-week-box [data-event-class] {
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    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.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 .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
}
.cal-day-box .day-highlight.dh-event-important {
    border: 1px solid #ad2121
}
.cal-day-box .day-highlight.dh-event-warning {
    border: 1px solid #e3bc08
}
.cal-day-box .day-highlight.dh-event-info {
    border: 1px solid #1e90ff
}
.cal-day-box .day-highlight.dh-event-inverse {
    border: 1px solid #1b1b1b
}
.cal-day-box .day-highlight.dh-event-success {
    border: 1px solid #006400
}
.cal-day-box .day-highlight.dh-event-special {
    background-color: #ffe6ff;
    border: 1px solid purple
}
.event,
.event-block {
    display: block;
    background-color: #c3c3c3
}
.event {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .4);
    border-radius: 8px;
    border: 1px solid #fff
}
.event-block {
    width: 20px;
    height: 100%
}
.cal-event-list .event.pull-left {
    margin-top: 3px
}
.event-important {
    background-color: #ad2121
}
.event-info {
    background-color: #1e90ff
}
.event-warning {
    background-color: #e3bc08
}
.event-inverse {
    background-color: #1b1b1b
}
.event-success {
    background-color: #006400
}
.event-special {
    background-color: purple
}
.day-highlight,
.day-highlight:hover {
    background-color: #ddd
}
.day-highlight.dh-event-important,
.day-highlight.dh-event-important:hover {
    background-color: #fae3e3
}
.day-highlight.dh-event-warning,
.day-highlight.dh-event-warning:hover {
    background-color: #fdf1ba
}
.day-highlight.dh-event-info,
.day-highlight.dh-event-info:hover {
    background-color: #d1e8ff
}
.day-highlight.dh-event-inverse,
.day-highlight.dh-event-inverse:hover {
    background-color: #c1c1c1
}
.day-highlight.dh-event-success,
.day-highlight.dh-event-success:hover {
    background-color: #caffca
}
.day-highlight.dh-event-special,
.day-highlight.dh-event-special:hover {
    background-color: #ffe6ff
}
.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,
.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-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 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: #8b0000
}
#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;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .5)
}
.events-list,
a.event-item-delete,
a.event-item-edit {
    padding-left: 5px
}
.cal-slide-content a.event-item {
    color: #fff;
    font-weight: 400
}
.cal-year-box .cal-slide-content a.event-item,
.cal-year-box a.event-item-delete,
.cal-year-box a.event-item-edit {
    position: relative;
    top: -3px
}
.events-list {
    max-height: 47px
}
.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 */
