@font-face {
    font-family: 'icomoon';
    src: url('../../../../webfonts/arrow-icon.eot?ta8730');
    src: url('../../../../webfonts/arrow-icon.eot?ta8730#iefix') format('embedded-opentype'), url('../../../../webfonts/arrow-icon.ttf?ta8730') format('truetype'), url('../../../../webfonts/arrow-icon.woff?ta8730') format('woff'), url('../../../../webfonts/arrow-icon.svg?ta8730#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.wcm-week-picker {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
}

.wcm-week-picker ul.wcm-week-picker-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    padding: 20px 0 15px 0 ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list {
    padding: 40px 0 20px 0 ;
    }

.wcm-week-picker ul.wcm-week-picker-list > li {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: top;
}

.wcm-week-picker ul.wcm-week-picker-list > li > button {
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    line-height: 0.9em;
    margin: 1px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: block;
    padding: 0;
    }

/*Fix for small devices*/
@media only screen and (max-width: 325px) {
    .wcm-week-picker ul.wcm-week-picker-list > li > button {
        width: 25px;
    }
}

.wcm-week-picker-SM .wcm-week-picker ul.wcm-week-picker-list > li > button {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > button {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin: 0 7px;
}

.wcm-week-picker ul.wcm-week-picker-list > li > span.wcm-week-picker-dots > span {
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #ddd;
    display: inline-block;
    margin: 5px 1px 0 2px;
}

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > span.wcm-week-picker-dots > span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 15px 1px 0 2px;
}


.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-today {
    background: #000;
    color: #fff;
    border-color: #000;
    }

.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-selected {
    border-color: #c56fd5;
}

/*SCB-7805 changed color of the element*/
.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-another-month {
    font-weight: normal;
    color: #666666;
}

.wcm-week-picker ul.wcm-week-picker-list > li:before {
    content: attr(data-dow-abbr);
    position: absolute;
    left: 50%;
    top: -22px;
    width: 30px;
    margin-left: -15px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #262626;
    }

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li:before {
    top: -35px;
    font-size: 18px;
}

.wcm-week-picker .wcm-week-picker-month {
    height: 44px;
    font-size: 25px;
    font-weight: 300;
    color: #262626;
}

.wcm-week-picker-SM .wcm-week-picker .wcm-week-picker-month {
    margin: 10px;
}

.wcm-week-picker-MD .wcm-week-picker .wcm-week-picker-month {
    font-size: 30px;
    margin: 10px;
}

.wcm-week-picker .wcm-week-picker-month * {
    vertical-align: middle;
}

.wcm-week-picker .wcm-week-picker-month > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 115px;
    text-align: center;
    line-height: 44px;
    margin: 0;
    padding: 0;
}

/*Fix for small devices*/
@media only screen and (max-width: 325px) {
    .wcm-week-picker .wcm-week-picker-month > span {
        width: 75px;
        font-size: 16px;
    }
}

.wcm-week-picker-SM .wcm-week-picker .wcm-week-picker-month > span {
    width: 130px;
}

.wcm-week-picker .wcm-week-picker-month > button.wcm-week-picker-arrow-left,
.wcm-week-picker .wcm-week-picker-month > button.wcm-week-picker-arrow-right {
    margin: 0;
    width: 12px;
    height: 12px;
}

/*SCB 7805 - increased height and width since binding the font instead of background image*/
.wcm-week-picker-SM .wcm-week-picker .wcm-week-picker-month > button.wcm-week-picker-arrow-left,
.wcm-week-picker-SM .wcm-week-picker .wcm-week-picker-month > button.wcm-week-picker-arrow-right {
    margin: 0 10px;
    width: 30px;
    height: 30px;
}

.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right,
.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
}

.wcm-week-picker-SM .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right,
.wcm-week-picker-SM .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left {
    margin: 7px 0;
}

.wcm-week-picker-SM .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right,
.wcm-week-picker-SM .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right,
.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left {
    margin: 10px 0;
}

.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right,
.wcm-week-picker-MD .wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left {
    display: inline-block;
    width: 22px;
    height: 22px;
}

/*font face properties for right and left arrow*/
[class^="wcm-week-picker-arrow-right"], [class^="wcm-week-picker-arrow-left"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*day wise calendar view right arrow*/
.wcm-week-picker button.wcm-week-picker-arrow-right,
.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-right::after {
    content: "\ea3c";
    color: #666666;
    font-size: 25px;
    border: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    box-sizing: content-box;
}

/*day wise calendar view left arrow*/
.wcm-week-picker button.wcm-week-picker-arrow-left,
.wcm-week-picker ul.wcm-week-picker-list > li > button.wcm-week-picker-arrow-left::after {
    content: "\ea40";
    color: #666666;
    font-size: 25px;
    border: none;
    width: 12px;
    height: 12px;
    margin: 0 0 0 -14px;
    cursor: pointer;
    box-sizing: content-box;
}

/*month wise calendar view left arrow*/
.wcm-week-picker > .wcm-week-picker-month > button.wcm-week-picker-arrow-left::after {
    content: "\ea40";
    color: #666666;
    font-size: 30px;
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    box-sizing: content-box;
}

/*month wise calendar view right arrow*/
.wcm-week-picker > .wcm-week-picker-month > button.wcm-week-picker-arrow-right::after {
    content: "\ea3c";
    color: #666666;
    font-size: 30px;
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    box-sizing: content-box !important;
}

/*month wise calendar view both arrow changing background to white and padding as zero*/
.wcm-week-picker > .wcm-week-picker-month > button.wcm-week-picker-arrow-left,
.wcm-week-picker > .wcm-week-picker-month > button.wcm-week-picker-arrow-right {
    background-color: #ffffff !important;
    padding: 0px !important;
}
 