﻿.carousel-component {
    width: 359px;
    height: 28px;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.carousel-prev, .carousel-next {
    width: 25px;
    height: 18px;
    float: left;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-repeat: no-repeat;
    background-position: 7px 8px;
    white-space: nowrap;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-prev {
    background-image: url(/legacy/content/newImages/left_active.png);
}

.carousel-next {
    background-position: 7px 7px;
    background-image: url(/legacy/content/newImages/right_active.png);
}

.carousel-calendars {
    width: 307px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #cccccc;
    float: left;
    border-collapse: collapse;
}

    .carousel-calendars .empty-div {
        height: 28px;
        border-left: 1px solid #cccccc;
    }

.carousel-calendar {
    width: 75px;
    float: left;
    cursor: pointer;
    background-color: white;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

.carousel-calendar-name {
    height: 23px;
    width: 75px;
    font-size: 11px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel-calendar-color {
    height: 5px;
}

.carousel-calendar-color-sub-div {
    height: 100%;
    width: 33%;
    float: left;
}

.carousel-calendar-selected {
    background-color: #cccccc;
}
